ssl.PROTOCOL_TLSv1_1 Selects TLS version 1.1 as the channel encryption protocol. Available only with openssl version 1.0.1+
getEvent() Return a tuple containing event and the current node as xml.dom.minidom.Document if
handle_connect() Called when the active opener’s socket actually makes a connection. Might send a “welcome” banner, or initiate
exception MemoryError Raised when an operation runs out of memory but the situation may still be rescued (by deleting some objects)
class xmlrpc.client.Binary This class may be initialized from bytes data (which may include NULs). The primary access to the
ServerProxy.system.methodHelp(name) This method takes one parameter, the name of a method implemented by the XML-RPC server
Unpacker.unpack_bytes() Unpacks and returns a variable length byte stream, similarly to unpack_string().
tracemalloc.clear_traces() Clear traces of memory blocks allocated by Python. See also stop()
textwrap.shorten(text, width, **kwargs) Collapse and truncate the given text to fit in the given width.
operator.floordiv(a, b) operator.__floordiv__(a, b) Return a // b.
Page 90 of 100