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

Method _run_forever_setup

Lib/asyncio/windows_events.py:318–321  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

316 super().__init__(proactor)
317
318 def _run_forever_setup(self):
319 assert self._self_reading_future is None
320 self.call_soon(self._loop_self_reading)
321 super()._run_forever_setup()
322
323 def _run_forever_cleanup(self):
324 super()._run_forever_cleanup()

Callers

nothing calls this directly

Calls 2

superClass · 0.85
call_soonMethod · 0.45

Tested by

no test coverage detected