MCPcopy
hub / github.com/tornadoweb/tornado / reading

Method reading

tornado/iostream.py:647–649  ·  view source on GitHub ↗

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

(self)

Source from the content-addressed store, hash-verified

645 self._write_buffer = None # type: ignore
646
647 def reading(self) -> bool:
648 """Returns ``True`` if we are currently reading from the stream."""
649 return self._read_future is not None
650
651 def writing(self) -> bool:
652 """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