Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/grantjenks/python-sortedcontainers
/ actor
Function
actor
tests/test_stress_sortedset.py:19–21 ·
view source on GitHub ↗
(func)
Source
from the content-addressed store, hash-verified
17
actions = []
18
19
def
actor(func):
20
actions.append(func)
21
return
func
22
23
def
test_init():
24
sst = SortedSet()
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected