handle_accept() Called on listening channels (passive openers) when a connection can be established with a new remote endpoint
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
ssl.OP_NO_SSLv3 Prevents an SSLv3 connection. This option is only applicable in conjunction with PROTOCOL_SSLv23
async_chat.push(data) Pushes data on to the channel’s fifo to ensure its transmission. This is all you need to do to have the
SSLContext.protocol The protocol version chosen when constructing the context. This attribute is read-only.
socket.share(process_id) Duplicate a socket and prepare it for sharing with a target process. The target process must be provided
socket.inet_aton(ip_string) Convert an IPv4 address from dotted-quad string format (for example, ‘123.45.67.89’) to 32-bit packed
socket.connect(address) Connect to a remote socket at address. (The format of address depends on the address
close() Closes the mmap. Subsequent calls to other methods of the object will result in a ValueError exception being raised
Page 1 of 22