Table of Contents
subprocess
socket
socket.MethodType
socket.SocketType
socket.partial
socket.socket
ssl
signal
popen2
asyncore
asynchat
SocketType.
setblocking
Set the socket to blocking (flag is true) or non-blocking (false). setblocking(True) is equivalent to settimeout(None); setblocking(False) is equivalent to settimeout(0.0).