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

Method _check_closed

python/python3/tornado/iostream.py:1017–1019  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1015 return b
1016
1017 def _check_closed(self) -> None:
1018 if self.closed():
1019 raise StreamClosedError(real_error=self.error)
1020
1021 def _maybe_add_error_listener(self) -> None:
1022 # This method is part of an optimization: to detect a connection that

Callers 3

writeMethod · 0.95
_start_readMethod · 0.95
_try_inline_readMethod · 0.95

Calls 2

closedMethod · 0.95
StreamClosedErrorClass · 0.85

Tested by

no test coverage detected