Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _count
Method
_count
Lib/multiprocessing/synchronize.py:406–407 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
404
405
@property
406
def
_count(self):
407
return
self._array[1]
408
409
@_count.setter
410
def
_count(self, value):
Callers
7
test__count
Method · 0.80
threading_setup
Function · 0.80
threading_cleanup
Function · 0.80
wait_threads_exit
Function · 0.80
__repr__
Method · 0.80
__repr__
Method · 0.80
wait
Method · 0.80
Calls
no outgoing calls
Tested by
1
test__count
Method · 0.64