close() Closes the mmap. Subsequent calls to other methods of the object will result in a ValueError exception being raised
class asyncore.file_dispatcher A file_dispatcher takes a file descriptor or file object
signal.pthread_sigmask(how, mask) Fetch and/or change the signal mask of the calling thread. The signal mask is the set of signals
recv(buffer_size) Read at most buffer_size bytes from the socket’s remote end-point. An empty bytes object implies
socket.shutdown(how) Shut down one or both halves of the connection. If how is SHUT_RD, further receives
exception socket.timeout A subclass of
SSLContext.protocol The protocol version chosen when constructing the context. This attribute is read-only.
ssl.OP_NO_SSLv3 Prevents an SSLv3 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23
socket.set_inheritable(inheritable) Set the
socket.type The socket type.
Page 1 of 22