Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
connect
Method · 0.45
_handle_connect
Method · 0.45
_do_ssl_handshake
Method · 0.45
add_sockets
Method · 0.45
stop
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected