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

Method is_closed

Lib/asyncio/events.py:282–284  ·  view source on GitHub ↗

Returns True if the event loop was closed.

(self)

Source from the content-addressed store, hash-verified

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.

Callers 10

closeMethod · 0.45
_remove_readerMethod · 0.45
_remove_writerMethod · 0.45
__repr__Method · 0.45
closeMethod · 0.45
_do_waitpidMethod · 0.45
_call_set_stateFunction · 0.45
__del__Method · 0.45
closeMethod · 0.45
loopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected