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

Function set_event_loop_policy

Lib/asyncio/events.py:817–819  ·  view source on GitHub ↗
(policy)

Source from the content-addressed store, hash-verified

815 _event_loop_policy = policy
816
817def set_event_loop_policy(policy):
818 warnings._deprecated('asyncio.set_event_loop_policy', remove=(3,16))
819 _set_event_loop_policy(policy)
820
821def get_event_loop():
822 """Return an asyncio event loop.

Callers

nothing calls this directly

Calls 1

_set_event_loop_policyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…