MCPcopy Create free account
hub / github.com/EasyIME/PIME / reading

Method reading

python/python3/tornado/iostream.py:654–656  ·  view source on GitHub ↗

Returns ``True`` if we are currently reading from the stream.

(self)

Source from the content-addressed store, hash-verified

652 self._write_buffer = None # type: ignore
653
654 def reading(self) -> bool:
655 """Returns ``True`` if we are currently reading from the stream."""
656 return self._read_future is not None
657
658 def writing(self) -> bool:
659 """Returns ``True`` if we are currently writing to the stream."""

Callers 2

_handle_eventsMethod · 0.95
_read_to_buffer_loopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected