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.
class typing.SupportsFloat An ABC with one abstract method __float__.
end The index after the last invalid data in
Page 100 of 100