Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
52
def
stress_operator(sst):
53
other = SortedSet(sst)
54
stress_delitem(other)
55
assert other < sst
56
assert sst > other
57
58
@actor
59
def
stress_getitem(sst):
Callers
nothing calls this directly
Calls
2
SortedSet
Class · 0.90
stress_delitem
Function · 0.70
Tested by
no test coverage detected