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

Method fileno

tornado/iostream.py:1100–1101  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1098 super().__init__(*args, **kwargs)
1099
1100 def fileno(self) -> Union[int, ioloop._Selectable]:
1101 return self.socket
1102
1103 def close_fd(self) -> None:
1104 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