module documentation

Undocumented

Constant DEFAULT​_CONVERTERS Undocumented
Constant REGISTERED​_CONVERTERS Undocumented
Class ​Int​Converter Undocumented
Class ​Path​Converter Undocumented
Class ​Slug​Converter Undocumented
Class ​String​Converter Undocumented
Class ​UUIDConverter Undocumented
Function get​_converter Undocumented
Function get​_converters Undocumented
DEFAULT_CONVERTERS =

Undocumented

Value
{'int': IntConverter(),
 'path': PathConverter(),
 'slug': SlugConverter(),
 'str': StringConverter(),
 'uuid': UUIDConverter()}
REGISTERED_CONVERTERS: dict =

Undocumented

Value
{}
def get_converter(raw_converter):

Undocumented

@lru_cache(maxsize=None)
def get_converters():

Undocumented