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

Class _RunningLoop

Lib/asyncio/events.py:746–747  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

744
745# A TLS for the running event loop, used by _get_running_loop.
746class _RunningLoop(threading.local):
747 loop_pid = (None, None)
748
749
750_running_loop = _RunningLoop()

Callers 1

events.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…