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

Function stress_operator

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

Source from the content-addressed store, hash-verified

50
51@actor
52def stress_operator(sst):
53 other = SortedSet(sst)
54 stress_delitem(other)
55 assert other < sst
56 assert sst > other
57
58@actor
59def stress_getitem(sst):

Callers

nothing calls this directly

Calls 2

SortedSetClass · 0.90
stress_delitemFunction · 0.70

Tested by

no test coverage detected