encoding The name of the encoding used to decode the stream’s bytes into strings, and to encode strings into bytes.
feed(data) Feeds data to the parser. data is encoded data.
UUID.bytes_le The UUID as a 16-byte string (with time_low, time_mid, and time_hi_version in little-endian
email.utils.encode_rfc2231(s, charset=None, language=None) Encode the string s according to
class threading.RLock This class implements reentrant lock objects. A reentrant lock must be released by the thread that acquired
itertools.permutations(iterable, r=None) Return successive r length permutations of elements in the iterable
pprint.pprint(object, stream=None, indent=1, width=80, depth=None, *, compact=False) Prints the formatted representation of
os.path.samefile(path1, path2) Return True if both pathname arguments refer to the same file or directory. This
mimetypes.add_type(type, ext, strict=True) Add a mapping from the MIME type type to the extension ext. When
class netrc.netrc([file]) A netrc instance or subclass instance encapsulates data from a netrc file. The initialization
Page 20 of 100