class documentation

class RegexPattern(CheckURLMixin):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __str__ Undocumented
Method ​_check​_include​_trailing​_dollar Undocumented
Method ​_compile Compile and return the given regular expression.
Method check Undocumented
Method match Undocumented
Class Variable regex Undocumented
Instance Variable ​_is​_endpoint Undocumented
Instance Variable ​_regex Undocumented
Instance Variable ​_regex​_dict 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, regex, name=None, is_endpoint=False):

Undocumented

def __str__(self):

Undocumented

def _check_include_trailing_dollar(self):

Undocumented

def _compile(self, regex):
Compile and return the given regular expression.
def check(self):

Undocumented

def match(self, path):

Undocumented

regex =

Undocumented

_is_endpoint =

Undocumented

_regex =

Undocumented

_regex_dict: dict =

Undocumented

converters: dict =

Undocumented

name =

Undocumented