Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
def
detail(*values, **kwargs):
19
if
not args.bare:
20
print(*values, **kwargs)
21
22
def
measure(test, func, size):
23
start = time.clock()
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected