MCPcopy Index your code
hub / github.com/grantjenks/python-sortedcontainers / remove

Function remove

tests/benchmark_sortedset.py:62–64  ·  view source on GitHub ↗
(func, size)

Source from the content-addressed store, hash-verified

60
61@register_test
62def remove(func, size):
63 for val in lists[size][::100]:
64 func(val)
65
66@register_test
67def difference_tiny(func, size):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected