funny_files Files which are in both a and b, but could not be compared.
filecmp.cmp(f1, f2, shallow=True) Compare the files named f1 and f2, returning True if they seem
Path.is_block_device() Return True if the path points to a block device (or a symbolic link pointing to a block
stat.S_IFMT(mode) Return the portion of the file’s mode that describes the file type (used by the S_IS*() functions
tempfile.NamedTemporaryFile(mode='w+b', buffering=None, encoding=None, newline=None, suffix=None, prefix=None, dir=None, delete=True) This
Path.owner() Return the name of the user owning the file.
os.path.getctime(path) Return the system’s ctime which, on some systems (like Unix) is the time of the last metadata change
Path.is_file() Return True if the path points to a regular file (or a symbolic link pointing to a regular file)
Path.open(mode='r', buffering=-1, encoding=None, errors=None, newline=None) Open the file pointed to by the path, like the built-in
Path.group() Return the name of the group owning the file.
Page 10 of 19