MCPcopy
hub / github.com/django/django / _get_cached_resolver

Function _get_cached_resolver

django/urls/resolvers.py:115–116  ·  view source on GitHub ↗
(urlconf=None)

Source from the content-addressed store, hash-verified

113
114@functools.cache
115def _get_cached_resolver(urlconf=None):
116 return URLResolver(RegexPattern(r"^/"), urlconf)
117
118
119@functools.cache

Callers 1

get_resolverFunction · 0.85

Calls 2

URLResolverClass · 0.85
RegexPatternClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…