class.__bases__ The tuple of base classes of a class object.
pack_into(buffer, offset, v1, v2, ...) Identical to the pack_into() function, using the compiled format.
readline.set_history_length(length) Set or return the desired number of lines to save in the history file. The write_history_file() function uses this value to truncate the history file, by calling history_truncate_file() in the underlying library. Negative values imply unlimited history file size.
tempfile.gettempprefixb() Same as gettempprefix() but the return value is in bytes. New in version 3.5.
class symtable.Class A namespace of a class. This class inherits SymbolTable. get_methods() Return a tuple containing the names of methods declared in the class.
version
os.pardir The constant string used by the operating system to refer to the parent directory. This is '..' for Windows and POSIX. Also available via os.path.
logb(x) Returns the exponent of the magnitude of the operand’s MSD.
FTP.nlst(argument[, ...]) Return a list of file names as returned by the NLST command. The optional argument is a directory to list (default is the current server directory). Multiple arguments can be used to pass non-standard options to the NLST command. Note If your server supports the command, mlsd() offers a better API.
TarInfo.isdir() Return True if it is a directory.
Page 260 of 663