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

Method writing

python/python3/tornado/iostream.py:658–660  ·  view source on GitHub ↗

Returns ``True`` if we are currently writing to the stream.

(self)

Source from the content-addressed store, hash-verified

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."""
660 return bool(self._write_buffer)
661
662 def closed(self) -> bool:
663 """Returns ``True`` if the stream has been closed."""

Callers 1

_handle_eventsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected