pytilities.types.numerictype

class pytilities.types.numerictype.NumericType

Represents any numeric type.

Numeric strings, ints, floats and infinity are indirect instances of this class. Ints and floats are subclasses of this class. Note that a string is not a subclass (some strings are numeric, but not all, and there is no numeric string type).

Previous topic

pytilities.types.numbertype

Next topic

pytilities.types.sequencetype

This Page