Links:
Examples:
Modules:
Number
Profiling:
Versions:
Bases: object
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).
Methods
__init__()
__init__