Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_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
sock_connect
Method · 0.45
sock_accept
Method · 0.45
finish_accept
Method · 0.45
sock_connect
Method · 0.45
sock_sendfile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected