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

Function stress_count

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

Source from the content-addressed store, hash-verified

73
74@actor
75def stress_count(sst):
76 for val in sst:
77 assert sst.count(val) == 1
78
79@actor
80def stress_difference(sst):

Callers

nothing calls this directly

Calls 1

countMethod · 0.45

Tested by

no test coverage detected