Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▾ urls
▸ base
▸ conf
▸ converters
▸ exceptions
▾ resolvers
class
CheckURLMixin
class
LocalePrefixPattern
class
LocaleRegexDescriptor
class
RegexPattern
class
ResolverMatch
class
RoutePattern
class
URLPattern
class
URLResolver
▸ utils
▸ utils
▸ views
Class URLPattern
django
.
urls
.
resolvers
.
URLPattern
Declaration
class
URLPattern
source
link
Methods
▷
def
__init__
(
self, pattern, callback, default_args=None, name=None
)
source
link
▷
def
__repr__
(
self
)
source
link
▷
def
check
(
self
)
source
link
▷
def
lookup_str
(
self
)
@cached_property
A string that identifies the view (e.g. 'path.to.view_function' or 'path.to.ClassBasedView').
@cached_property
def
lookup_str(
self
)
source
link
▷
def
resolve
(
self, path
)
source
link
Reexports
Imported in
django.urls.conf
.
Imported in
django.urls
.
Generated by
nedoc
v0.9 at 2020-12-29 14:04