get_event_loop()
Get the event loop for the current context.
Returns an event loop object implementing the AbstractEventLoop
interface.
Raises an exception in case no event loop has been set for the current context and the current policy does not specify to create one. It must never return None
.
Please login to continue.