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

Method __init__

Lib/asyncio/windows_events.py:176–179  ·  view source on GitHub ↗
(self, ov, event, wait_handle, *, loop=None)

Source from the content-addressed store, hash-verified

174 """
175
176 def __init__(self, ov, event, wait_handle, *, loop=None):
177 super().__init__(ov, event, wait_handle, loop=loop)
178
179 self._done_callback = None
180
181 def cancel(self):
182 raise RuntimeError("_WaitCancelFuture must not be cancelled")

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected