socket.settimeout(value) Set a timeout on blocking socket operations. The value argument can be a nonnegative floating
Unpacker.unpack_double() Unpacks a double-precision floating point number, similarly to unpack_float().
sys.setswitchinterval(interval) Set the interpreter’s thread switch interval (in seconds). This floating-point value determines
array.remove(x) Remove the first occurrence of x from the array.
email.utils.parsedate_to_datetime(date) The inverse of format_datetime(). Performs the same function as parsedate()
class zipimport.zipimporter(archivepath) Create a new zipimporter instance. archivepath must be a path to a ZIP file
tag_has(tagname, item=None) If item is specified, returns 1 or 0 depending on whether the specified item has
types.DynamicClassAttribute(fget=None, fset=None, fdel=None, doc=None) Route attribute access on a class to __getattr__.
is_subnormal(context=None) Return
class xml.etree.ElementTree.ElementTree(element=None, file=None) ElementTree wrapper class. This class represents an entire
Page 38 of 100