class documentation

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Method check Undocumented
Method match Undocumented
Class Variable regex Undocumented
Instance Variable converters Undocumented
Instance Variable name Undocumented
Method _compile Undocumented
Instance Variable _is_endpoint Undocumented
Instance Variable _regex_dict Undocumented
Instance Variable _route Undocumented

Inherited from CheckURLMixin:

Method describe Format the URL pattern for display in warning messages.
Method _check_pattern_startswith_slash Check that the pattern does not begin with a forward slash.
def __init__(self, route, name=None, is_endpoint=False): (source)

Undocumented

def __str__(self): (source)

Undocumented

def check(self): (source)

Undocumented

def match(self, path): (source)

Undocumented

Undocumented

converters = (source)

Undocumented

Undocumented

def _compile(self, route): (source)

Undocumented

_is_endpoint = (source)

Undocumented

_regex_dict: dict = (source)

Undocumented

Undocumented