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

Method _handle_connect

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

Source from the content-addressed store, hash-verified

679 pass
680
681 def _handle_connect(self) -> None:
682 raise NotImplementedError()
683
684 def _handle_events(self, fd: Union[int, ioloop._Selectable], events: int) -> None:
685 if self.closed():

Callers 1

_handle_eventsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected