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

Method set_event_loop

Lib/asyncio/events.py:678–680  ·  view source on GitHub ↗

Set the event loop for the current context to loop.

(self, loop)

Source from the content-addressed store, hash-verified

676 raise NotImplementedError
677
678 def set_event_loop(self, loop):
679 """Set the event loop for the current context to loop."""
680 raise NotImplementedError
681
682 def new_event_loop(self):
683 """Create and return a new event loop object according to this

Callers 4

__main__.pyFile · 0.45
set_event_loopFunction · 0.45
closeMethod · 0.45
_lazy_initMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected