MCPcopy Index your code
hub / github.com/python/cpython / gettimeout

Method gettimeout

Lib/asyncio/trsock.py:91–92  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

89 'settimeout(): only 0 timeout is allowed on transport sockets')
90
91 def gettimeout(self):
92 return 0
93
94 def setblocking(self, flag):
95 if not flag:

Callers 11

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
sock_connectMethod · 0.45
sock_acceptMethod · 0.45
finish_acceptMethod · 0.45
sock_connectMethod · 0.45
sock_sendfileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected