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

Method is_set

Lib/multiprocessing/managers.py:1105–1106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1103class EventProxy(BaseProxy):
1104 _exposed_ = ('is_set', 'set', 'clear', 'wait')
1105 def is_set(self):
1106 return self._callmethod('is_set')
1107 def set(self):
1108 return self._callmethod('set')
1109 def clear(self):

Callers 2

serve_foreverMethod · 0.45
serve_clientMethod · 0.45

Calls 1

_callmethodMethod · 0.80

Tested by

no test coverage detected