MCPcopy 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_pipeMethod · 0.45
_make_self_pipeMethod · 0.45
_start_servingMethod · 0.45
_accept_connectionMethod · 0.45
sock_recvMethod · 0.45
sock_recv_intoMethod · 0.45
sock_recvfromMethod · 0.45
sock_recvfrom_intoMethod · 0.45
sock_sendallMethod · 0.45
sock_sendtoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected