class documentation

Represents a number.

Parameters
minthe minimum value of the Number
maxthe maximum value of the Number
intwhether the number is an integer
floatwhether the number is a float
Method __init__ Undocumented
Method to_json Undocumented
Instance Variable float Undocumented
Instance Variable int Undocumented
Instance Variable max Undocumented
Instance Variable min Undocumented
def __init__(self, min=None, max=None, int=False, float=False): (source)

Undocumented

def to_json(self): (source)

Undocumented

Undocumented

Undocumented

Undocumented