Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
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