class documentation

class UUIDConverter(BaseConverter):

View In Hierarchy

This converter only accepts UUID strings:

Rule('/object/<uuid:identifier>')
New in version 0.10.
Parameters
mapthe Map.
Method to​_python Undocumented
Method to​_url Undocumented
Class Variable regex Undocumented

Inherited from BaseConverter:

Method __init__ Undocumented
Class Variable weight Undocumented
Instance Variable map Undocumented
def to_python(self, value):

Undocumented

Parameters
value:strUndocumented
Returns
uuid.UUIDUndocumented
def to_url(self, value):

Undocumented

Parameters
value:uuid.UUIDUndocumented
Returns
strUndocumented
regex: str =

Undocumented