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

Method append

Lib/test/_test_multiprocessing.py:2170–2172  ·  view source on GitHub ↗
(self, _)

Source from the content-addressed store, hash-verified

2168 return (self._wrapper, self._lock)
2169
2170 def append(self, _):
2171 with self._lock:
2172 self._lengthbuf[0] += 1
2173
2174 def __len__(self):
2175 with self._lock:

Callers 15

test_recursionMethod · 0.45
test_many_processesMethod · 0.45
_acquireMethod · 0.45
_acquire_releaseMethod · 0.45
test_repr_rlockMethod · 0.45
test_notify_allMethod · 0.45
test_notify_nMethod · 0.45
__init__Method · 0.45
taskMethod · 0.45
__call__Method · 0.45
multipassMethod · 0.45
_test_abort_fMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected