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

Class AppendTrue

Lib/test/_test_multiprocessing.py:2240–2244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

test_actionMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_actionMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…