MCPcopy 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

16actions = []
17
18def actor(func):
19 actions.append(func)
20 return func
21
22def test_init():
23 sdict = SortedDict()

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected