Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grantjenks/python-sortedcontainers
/ remove
Function
remove
tests/benchmark.py:71–73 ·
view source on GitHub ↗
(test, kind)
Source
from the content-addressed store, hash-verified
69
impls[test][kind][
'limit'
] = value
70
71
def
remove(test, kind):
72
if
kind in impls[test]:
73
del impls[test][kind]
74
75
tests = OrderedDict()
76
kinds = OrderedDict()
Callers
1
benchmark_sorteddict.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected