MCPcopy Create free account
hub / github.com/grantjenks/python-sortedcontainers / detail

Function detail

tests/benchmark.py:18–20  ·  view source on GitHub ↗
(*values, **kwargs)

Source from the content-addressed store, hash-verified

16 name_attr = '__name__'
17
18def detail(*values, **kwargs):
19 if not args.bare:
20 print(*values, **kwargs)
21
22def measure(test, func, size):
23 start = time.clock()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected