MCPcopy Index your code
hub / github.com/RustPython/RustPython / is_set

Method is_set

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

Source from the content-addressed store, hash-verified

1100class EventProxy(BaseProxy):
1101 _exposed_ = ('is_set', 'set', 'clear', 'wait')
1102 def is_set(self):
1103 return self._callmethod('is_set')
1104 def set(self):
1105 return self._callmethod('set')
1106 def clear(self):

Callers 2

serve_foreverMethod · 0.45
serve_clientMethod · 0.45

Calls 1

_callmethodMethod · 0.80

Tested by

no test coverage detected