class URLPattern:
Undocumented
Method | __init__ |
Undocumented |
Method | __repr__ |
Undocumented |
Method | _check_callback |
Undocumented |
Method | _check_pattern_name |
Check that the pattern name does not contain a colon. |
Method | check |
Undocumented |
Method | resolve |
Undocumented |
Instance Variable | callback |
Undocumented |
Instance Variable | default_args |
Undocumented |
Instance Variable | name |
Undocumented |
Instance Variable | pattern |
Undocumented |
Property | lookup_str |
A string that identifies the view (e.g. 'path.to.view_function' or 'path.to.ClassBasedView'). |