MCPcopy 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
71def remove(test, kind):
72 if kind in impls[test]:
73 del impls[test][kind]
74
75tests = OrderedDict()
76kinds = OrderedDict()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected