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