Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
2240
class
AppendTrue(object):
2241
def
__init__(self, obj):
2242
self.obj = obj
2243
def
__call__(self):
2244
self.obj.append(True)
2245
2246
2247
class
_TestBarrier(BaseTestCase):
Callers
1
test_action
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_action
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…