MCPcopy 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

17actions = []
18
19def actor(func):
20 actions.append(func)
21 return func
22
23def test_init():
24 sst = SortedSet()

Callers

nothing calls this directly

Calls 1

appendMethod · 0.80

Tested by

no test coverage detected