Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
115
def
_get_cached_resolver(urlconf=None):
116
return
URLResolver(RegexPattern(r
"^/"
), urlconf)
117
118
119
@functools.cache
Callers
1
get_resolver
Function · 0.85
Calls
2
URLResolver
Class · 0.85
RegexPattern
Class · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…