class pathlib.Path(*pathsegments) A subclass of PurePath, this class represents concrete paths of the system’s
stat.S_ISLNK(mode) Return non-zero if the mode is from a symbolic link.
Path.is_char_device() Return True if the path points to a character device (or a symbolic link pointing to a character
class fileinput.FileInput(files=None, inplace=False, backup='', bufsize=0, mode='r', openhook=None) Class FileInput
shutil.copymode(src, dst, *, follow_symlinks=True) Copy the permission bits from src to dst. The file contents
PurePath.as_posix() Return a string representation of the path with forward slashes (/):
PurePath.suffixes A list of the path’s file extensions:
Path.resolve() Make the path absolute, resolving any symlinks. A new path object is returned:
fileinput.input(files=None, inplace=False, backup='', bufsize=0, mode='r', openhook=None) Create an instance of the FileInput
tempfile.TemporaryFile(mode='w+b', buffering=None, encoding=None, newline=None, suffix=None, prefix=None, dir=None) Return a
Page 5 of 19