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

Function stress_discard

tests/test_stress_sortedset.py:88–92  ·  view source on GitHub ↗
(sst)

Source from the content-addressed store, hash-verified

86
87@actor
88def stress_discard(sst):
89 for rpt in range(100):
90 pos = random.randrange(0, len(sst))
91 val = sst[pos]
92 sst.discard(val)
93
94@actor
95def stress_index(sst):

Callers

nothing calls this directly

Calls 1

discardMethod · 0.45

Tested by

no test coverage detected