max(x, y) Compares two values numerically and returns the maximum.
operator.xor(a, b) operator.__xor__(a, b) Return the bitwise exclusive or of a and b.
detach(*items) Unlinks all of the specified items from the tree. The items and all of their descendants are still present, and may be reinserted at another point in the tree, but will not be displayed. The root item may not be detached.
getsize() Returns the size of the chunk.
gettext.dngettext(domain, singular, plural, n) Like ngettext(), but look the message up in the specified domain.
tracemalloc.clear_traces() Clear traces of memory blocks allocated by Python. See also stop().
definition.__name__ The name of the class, function, method, descriptor, or generator instance.
class xmlrpc.server.DocCGIXMLRPCRequestHandler Create a new instance to handle XML-RPC requests in a CGI environment.
classmethod TarFile.open(...) Alternative constructor. The tarfile.open() function is actually a shortcut to this classmethod.
dis.hasname Sequence of bytecodes that access an attribute by name.
Page 152 of 663