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

Function get_event_loop_policy

Lib/asyncio/events.py:804–806  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

802 return _event_loop_policy
803
804def get_event_loop_policy():
805 warnings._deprecated('asyncio.get_event_loop_policy', remove=(3, 16))
806 return _get_event_loop_policy()
807
808def _set_event_loop_policy(policy):
809 """Set the current event loop policy.

Callers

nothing calls this directly

Calls 1

_get_event_loop_policyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…