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

Method close

python/python3/tornado/websocket.py:659–660  ·  view source on GitHub ↗
(self, code: Optional[int] = None, reason: Optional[str] = None)

Source from the content-addressed store, hash-verified

657
658 @abc.abstractmethod
659 def close(self, code: Optional[int] = None, reason: Optional[str] = None) -> None:
660 raise NotImplementedError()
661
662 @abc.abstractmethod
663 def is_closing(self) -> bool:

Callers 1

_abortMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected