Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setblocking
Method
setblocking
Lib/asyncio/trsock.py:94–98 ·
view source on GitHub ↗
(self, flag)
Source
from the content-addressed store, hash-verified
92
return
0
93
94
def
setblocking(self, flag):
95
if
not flag:
96
return
97
raise
ValueError(
98
'setblocking(): transport sockets cannot be blocking'
)
Callers
10
_make_self_pipe
Method · 0.45
_accept_connection
Method · 0.45
_sock_accept
Method · 0.45
create_unix_connection
Method · 0.45
create_unix_server
Method · 0.45
_make_self_pipe
Method · 0.45
_connect_sock
Method · 0.45
_create_connection_transport
Method · 0.45
create_datagram_endpoint
Method · 0.45
create_server
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected