MCPcopy
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
980class NullTimeKeeper:
981 @contextmanager
982 def timed(self, name):
983 yield
984
985 def print_results(self):
986 pass
987
988
989def tag(*tags):

Callers 4

handleMethod · 0.90
__init__Method · 0.90
runtests.pyFile · 0.90
setup_databasesFunction · 0.85

Calls

no outgoing calls

Tested by 1

handleMethod · 0.72