MCPcopy Index your code
hub / github.com/RustPython/RustPython / __call__

Method __call__

Lib/test/_test_multiprocessing.py:2039–2040  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2037 def __init__(self, obj):
2038 self.obj = obj
2039 def __call__(self):
2040 self.obj.append(True)
2041
2042
2043class _TestBarrier(BaseTestCase):

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected