class documentation

class RoutePattern(CheckURLMixin):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Method ​_compile Undocumented
Method check Undocumented
Method match Undocumented
Class Variable regex Undocumented
Instance Variable ​_is​_endpoint Undocumented
Instance Variable ​_regex​_dict Undocumented
Instance Variable ​_route Undocumented
Instance Variable converters Undocumented
Instance Variable name Undocumented

Inherited from CheckURLMixin:

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

Undocumented

def __str__(self):

Undocumented

def _compile(self, route):

Undocumented

def check(self):

Undocumented

def match(self, path):

Undocumented

regex =

Undocumented

_is_endpoint =

Undocumented

_regex_dict: dict =

Undocumented

_route =

Undocumented

converters =

Undocumented

name =

Undocumented