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

Method run_loop

Lib/test/test_asyncio/test_base_events.py:656–659  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

654 1/0
655
656 def run_loop():
657 handle = self.loop.call_soon(zero_error)
658 self.loop._run_once()
659 return handle
660
661 self.loop.set_debug(True)
662 self.loop._process_events = mock.Mock()

Callers

nothing calls this directly

Calls 2

call_soonMethod · 0.45
_run_onceMethod · 0.45

Tested by

no test coverage detected