class RegexPattern(CheckURLMixin):
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. |