signal.siginterrupt(signalnum, flag) Change system call restart behaviour: if flag is
create_socket(family=socket.AF_INET, type=socket.SOCK_STREAM) This is identical to the creation of a normal socket, and will
asyncore.loop([timeout[, use_poll[, map[, count]]]]) Enter a polling loop that terminates after count passes or all open channels
SSLSocket.write(buf) Write buf to the SSL socket and return the number of bytes written. The buf argument
socket.family The socket family.
class ssl.SSLObject A reduced-scope variant of SSLSocket representing an SSL protocol instance that does not contain
socket.has_ipv6 This constant contains a boolean value which indicates if IPv6 is supported on this platform.
socket.setblocking(flag) Set blocking or non-blocking mode of the socket: if flag is false, the socket is set to non-blocking
socket.socket(family=AF_INET, type=SOCK_STREAM, proto=0, fileno=None) Create a new socket using the given address family, socket
socket.getdefaulttimeout() Return the default timeout in seconds (float) for new socket objects. A value of None
Page 15 of 22