MCPcopy 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__countMethod · 0.80
threading_setupFunction · 0.80
threading_cleanupFunction · 0.80
wait_threads_exitFunction · 0.80
__repr__Method · 0.80
__repr__Method · 0.80
waitMethod · 0.80

Calls

no outgoing calls

Tested by 1

test__countMethod · 0.64