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

Method is_closing

Lib/asyncio/selector_events.py:843–844  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

841 return self._protocol
842
843 def is_closing(self):
844 return self._closing
845
846 def is_reading(self):
847 return not self.is_closing() and not self._paused

Callers 2

is_readingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected