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

Method is_reading

Lib/asyncio/unix_events.py:523–524  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

521 self._loop._add_reader(fd, callback)
522
523 def is_reading(self):
524 return not self._paused and not self._closing
525
526 def __repr__(self):
527 info = [self.__class__.__name__]

Callers 2

_add_readerMethod · 0.95
pause_readingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected