smpl.plot.Number

class smpl.plot.Number[source]

Bases: object

All numbers inherit from this class.

If you just want to check if an argument x is a number, without caring what kind, use isinstance(x, Number).

__init__()

Methods

__init__()