stat.S_ISLNK(mode) Return non-zero if the mode is from a symbolic link.
tempfile.TemporaryFile(mode='w+b', buffering=None, encoding=None, newline=None, suffix=None, prefix=None, dir=None) Return a
PurePath.as_posix() Return a string representation of the path with forward slashes (/):
os.path.isabs(path) Return True if path is an absolute pathname. On Unix, that means it begins with a
os.path.getsize(path) Return the size, in bytes, of path. Raise
PurePath.suffixes A list of the path’s file extensions:
report() Print (to sys
class fileinput.FileInput(files=None, inplace=False, backup='', bufsize=0, mode='r', openhook=None) Class FileInput
Path.resolve() Make the path absolute, resolving any symlinks. A new path object is returned:
PurePath.is_reserved() With PureWindowsPath, return True if the path is considered reserved under
Page 5 of 19