shutil.get_terminal_size(fallback=(columns, lines)) Get the size of the terminal window. For
stat.S_ISCHR(mode) Return non-zero if the mode is from a character special device file.
class filecmp.dircmp(a, b, ignore=None, hide=None) Construct a new directory comparison object, to compare the directories a
tempfile.mkdtemp(suffix=None, prefix=None, dir=None) Creates a temporary directory in the most secure manner possible. There
Path.read_text(encoding=None, errors=None) Return the decoded contents of the pointed-to file as a string:
Path.chmod(mode) Change the file mode and permissions, like
fileinput.lineno() Return the cumulative line number of the line that has just been read. Before the first line has been read
Page 19 of 19