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

Method closed

tornado/iostream.py:655–657  ·  view source on GitHub ↗

Returns ``True`` if the stream has been closed.

(self)

Source from the content-addressed store, hash-verified

653 return bool(self._write_buffer)
654
655 def closed(self) -> bool:
656 """Returns ``True`` if the stream has been closed."""
657 return self._closed
658
659 def set_nodelay(self, value: bool) -> None:
660 """Sets the no-delay flag for this stream.

Callers 15

read_until_closeMethod · 0.95
closeMethod · 0.95
_handle_eventsMethod · 0.95
_read_to_buffer_loopMethod · 0.95
_try_inline_readMethod · 0.95
_check_closedMethod · 0.95
_add_io_stateMethod · 0.95
_handle_connectMethod · 0.80
_read_messageMethod · 0.80
write_headersMethod · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected