Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ runner
Method
runner
tests/cache/tests.py:2912–2913 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2910
middleware = CacheMiddleware(empty_response)
2911
2912
def
runner():
2913
thread_caches.append(middleware.cache)
2914
2915
for
_ in range(2):
2916
thread = threading.Thread(target=runner)
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected