Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _count
Method
_count
Lib/multiprocessing/synchronize.py:399–400 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
397
398
@property
399
def
_count(self):
400
return
self._array[1]
401
402
@_count.setter
403
def
_count(self, value):
Callers
7
test__count
Method · 0.45
threading_setup
Function · 0.45
threading_cleanup
Function · 0.45
wait_threads_exit
Function · 0.45
__repr__
Method · 0.45
__repr__
Method · 0.45
wait
Method · 0.45
Calls
no outgoing calls
Tested by
1
test__count
Method · 0.36