Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ fileno
Method
fileno
Lib/asyncio/trsock.py:56–57 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
54
raise
TypeError(
"Cannot serialize asyncio.TransportSocket object"
)
55
56
def
fileno(self):
57
return
self._sock.fileno()
58
59
def
dup(self):
60
return
self._sock.dup()
Callers
15
__repr__
Method · 0.95
_close_self_pipe
Method · 0.45
_make_self_pipe
Method · 0.45
_start_serving
Method · 0.45
_accept_connection
Method · 0.45
_ensure_fd_no_transport
Method · 0.45
sock_recv
Method · 0.45
sock_recv_into
Method · 0.45
sock_recvfrom
Method · 0.45
sock_recvfrom_into
Method · 0.45
sock_sendall
Method · 0.45
sock_sendto
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected