Set the event loop for the current context to loop.
(self, loop)
| 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 |
no outgoing calls
no test coverage detected