Path.mkdir(mode=0o777, parents=False, exist_ok=False) Create a new directory at this given path. If mode is given,
shutil.get_unpack_formats() Return a list of all registered formats for unpacking. Each element of the returned sequence is
subdirs A dictionary mapping names in common_dirs to dircmp objects.
glob.glob(pathname, *, recursive=False) Return a possibly-empty list of path names that match pathname, which must
stat.S_ISSOCK(mode) Return non-zero if the mode is from a socket.
stat.S_ISPORT(mode) Return non-zero if the mode is from an event port.
fileinput.filename() Return the name of the file currently being read. Before the first line has been read, returns None
Path.glob(pattern) Glob the given pattern in the directory represented by this path, yielding all matching files (of
PurePath.as_uri() Represent the path as a file URI.
fileinput.hook_encoded(encoding) Returns a hook which opens each file with
Page 2 of 19