class documentation

class UUIDConverter(BaseConverter): (source)

View In Hierarchy

This converter only accepts UUID strings:: Rule('/object/<uuid:identifier>') .. versionadded:: 0.10 :param map: the :class:`Map`.

Method to_python Undocumented
Method to_url Undocumented
Class Variable part_isolating Undocumented
Class Variable regex Undocumented

Inherited from BaseConverter:

Method __init__ Undocumented
Class Variable weight Undocumented
Instance Variable map Undocumented