Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ runner
Method
runner
tests/cache/tests.py:3106–3107 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3104
c = []
3105
3106
def
runner():
3107
c.append(caches[
"default"
])
3108
3109
for
x in range(2):
3110
t = threading.Thread(target=runner)
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected