Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ NullTimeKeeper
Class
NullTimeKeeper
django/test/utils.py:980–986 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
978
979
980
class
NullTimeKeeper:
981
@contextmanager
982
def
timed(self, name):
983
yield
984
985
def
print_results(self):
986
pass
987
988
989
def
tag(*tags):
Callers
4
handle
Method · 0.90
__init__
Method · 0.90
runtests.py
File · 0.90
setup_databases
Function · 0.85
Calls
no outgoing calls
Tested by
1
handle
Method · 0.72