signal.sigwait(sigset) Suspend execution of the calling thread until the delivery of one of the signals specified in the signal
ssl.PROTOCOL_SSLv2 Selects SSL version 2 as the channel encryption protocol. This protocol is
SSLContext.verify_flags The flags for certificate verification operations. You can set flags like VERIFY_CRL_CHECK_LEAF
socket.recvmsg(bufsize[, ancbufsize[, flags]]) Receive normal data (up to bufsize bytes) and ancillary data from the
socket.get_inheritable() Get the
socket.fromshare(data) Instantiate a socket from data obtained from the socket.share() method. The socket is assumed
ssl.wrap_socket(sock, keyfile=None, certfile=None, server_side=False, cert_reqs=CERT_NONE, ssl_version={see docs}, ca_certs=None, do_handshake_on_connect=True, supp
handle_write() Called when the asynchronous loop detects that a writable socket can be written. Often this method will implement
socket.sendfile(file, offset=0, count=None) Send a file until EOF is reached by using high-performance
signal.sigpending() Examine the set of signals that are pending for delivery to the calling thread (i.e., the signals which
Page 12 of 22