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 _check_include_trailing_dollar Undocumented
Method _compile Compile and return the given regular expression.
Instance Variable _is_endpoint Undocumented
Instance Variable _regex Undocumented
Instance Variable _regex_dict 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, regex, 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: dict = (source)

Undocumented

Undocumented

def _check_include_trailing_dollar(self): (source)

Undocumented

def _compile(self, regex): (source)

Compile and return the given regular expression.

_is_endpoint = (source)

Undocumented

Undocumented

_regex_dict: dict = (source)

Undocumented