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

Method is_reading

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

Source from the content-addressed store, hash-verified

844 return self._closing
845
846 def is_reading(self):
847 return not self.is_closing() and not self._paused
848
849 def pause_reading(self):
850 if not self.is_reading():

Callers 3

pause_readingMethod · 0.95
_add_readerMethod · 0.95
_sendfile_nativeMethod · 0.45

Calls 1

is_closingMethod · 0.95

Tested by

no test coverage detected