Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ timed
Method
timed
django/test/utils.py:982–983 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
980
class
NullTimeKeeper:
981
@contextmanager
982
def
timed(self, name):
983
yield
984
985
def
print_results(self):
986
pass
Callers
1
setup_databases
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected