MCPcopy 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

_createMethod · 0.45
acceptMethod · 0.45
_fallback_socketpairFunction · 0.45
_sigint_handlerMethod · 0.45
attachFunction · 0.45
_connected_pairMethod · 0.45
test_subclassMethod · 0.45
__init__Method · 0.45
test_starttlsMethod · 0.45
test_recv_zeroMethod · 0.45

Calls

no outgoing calls

Tested by 15

_connected_pairMethod · 0.36
test_subclassMethod · 0.36
__init__Method · 0.36
test_starttlsMethod · 0.36
test_recv_zeroMethod · 0.36
test_nonblocking_sendMethod · 0.36
get_requestMethod · 0.36