fileinput.hook_encoded(encoding) Returns a hook which opens each file with
time.timezone The offset of the local (non-DST) timezone, in seconds west of UTC (negative in most of Western Europe, positive
exception zlib.error Exception raised on compression and decompression errors.
class smtpd.SMTPChannel(server, conn, addr, data_size_limit=33554432, map=None, enable_SMTPUTF8=False, decode_data=True) Create
os.renames(old, new) Recursive directory or file renaming function. Works like rename(), except creation of any
class multiprocessing.SimpleQueue It is a simplified Queue type, very close to a locked Pipe.
bytes.zfill(width) bytearray.zfill(width) Return a copy of the sequence left filled with ASCII b'0'
operator.__itruediv__(a, b) a = itruediv(a, b) is equivalent to a /= b.
exit(code=None) Objects that when printed, print a message like “Use quit() or Ctrl-D (i.e. EOF) to exit”, and when called,
bytearray.isalnum() Return true if all bytes in the sequence are alphabetical ASCII characters or ASCII decimal digits and the
Page 94 of 100