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

Method fileno

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

Source from the content-addressed store, hash-verified

1123 super().__init__(*args, **kwargs)
1124
1125 def fileno(self) -> Union[int, ioloop._Selectable]:
1126 return self.socket
1127
1128 def close_fd(self) -> None:
1129 self.socket.close()

Callers 5

connectMethod · 0.45
_handle_connectMethod · 0.45
_do_ssl_handshakeMethod · 0.45
add_socketsMethod · 0.45
stopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected