Returns True if the event loop was closed.
(self)
| 280 | raise NotImplementedError |
| 281 | |
| 282 | def is_closed(self): |
| 283 | """Returns True if the event loop was closed.""" |
| 284 | raise NotImplementedError |
| 285 | |
| 286 | def close(self): |
| 287 | """Close the loop. |
no outgoing calls
no test coverage detected