Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ setblocking
Method
setblocking
Lib/test/mock_socket.py:84–85 ·
view source on GitHub ↗
(self, flag)
Source
from the content-addressed store, hash-verified
82
return
(
'0.0.0.0'
, 0)
83
84
def
setblocking(self, flag):
85
pass
86
87
def
listen(self, backlog):
88
pass
Callers
15
_create
Method · 0.45
accept
Method · 0.45
_fallback_socketpair
Function · 0.45
_sigint_handler
Method · 0.45
attach
Function · 0.45
_connected_pair
Method · 0.45
test_subclass
Method · 0.45
test_non_blocking_connect_ex
Method · 0.45
test_non_blocking_handshake
Method · 0.45
__init__
Method · 0.45
test_starttls
Method · 0.45
test_recv_zero
Method · 0.45
Calls
no outgoing calls
Tested by
15
_connected_pair
Method · 0.36
test_subclass
Method · 0.36
test_non_blocking_connect_ex
Method · 0.36
test_non_blocking_handshake
Method · 0.36
__init__
Method · 0.36
test_starttls
Method · 0.36
test_recv_zero
Method · 0.36
test_nonblocking_send
Method · 0.36
test_thread_recv_while_main_thread_sends
Method · 0.36
test_preauth_data_to_tls_server
Method · 0.36
get_request
Method · 0.36
test_socket_consistent_sock_type
Method · 0.36