MCPcopy Index your code
hub / github.com/python/cpython / __call__

Method __call__

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

Source from the content-addressed store, hash-verified

2241 def __init__(self, obj):
2242 self.obj = obj
2243 def __call__(self):
2244 self.obj.append(True)
2245
2246
2247class _TestBarrier(BaseTestCase):

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected