Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/grantjenks/python-sortedcontainers
/ stress_index
Function
stress_index
tests/test_stress_sortedset.py:95–99 ·
view source on GitHub ↗
(sst)
Source
from the content-addressed store, hash-verified
93
94
@actor
95
def
stress_index(sst):
96
for
rpt in range(100):
97
pos = random.randrange(0, len(sst))
98
val = sst[pos]
99
assert pos == sst.index(val)
100
101
@actor
102
def
stress_intersection(sst):
Callers
nothing calls this directly
Calls
1
index
Method · 0.45
Tested by
no test coverage detected