class documentation

class NumberConverter(BaseConverter):

Known subclasses: werkzeug.routing.FloatConverter, werkzeug.routing.IntegerConverter

View In Hierarchy

Baseclass for IntegerConverter and FloatConverter.
Unknown Field: internal
Method __init__ Undocumented
Method to​_python Undocumented
Method to​_url Undocumented
Class Variable weight Undocumented
Instance Variable fixed​_digits Undocumented
Instance Variable max Undocumented
Instance Variable min Undocumented
Instance Variable regex Undocumented
Instance Variable signed Undocumented
Property signed​_regex Undocumented

Inherited from BaseConverter:

Instance Variable map Undocumented
def __init__(self, map, fixed_digits=0, min=None, max=None, signed=False):

Undocumented

Parameters
map:MapUndocumented
fixed​_digits:intUndocumented
min:t.Optional[int]Undocumented
max:t.Optional[int]Undocumented
signed:boolUndocumented
def to_python(self, value):

Undocumented

Parameters
value:strUndocumented
Returns
t.AnyUndocumented
def to_url(self, value):

Undocumented

Parameters
value:t.AnyUndocumented
Returns
strUndocumented
weight: int =

Undocumented

fixed_digits =

Undocumented

max =

Undocumented

min =

Undocumented

signed =

Undocumented

@property
signed_regex: str =

Undocumented