class pathlib.WindowsPath(*pathsegments) A subclass of Path and PureWindowsPath, this class represents
fileinput.filename() Return the name of the file currently being read. Before the first line has been read, returns None
stat.S_ISREG(mode) Return non-zero if the mode is from a regular file.
Path.is_dir() Return True if the path points to a directory (or a symbolic link pointing to a directory), False
shutil.copyfileobj(fsrc, fdst[, length]) Copy the contents of the file-like object fsrc to the file-like object fdst
Path.glob(pattern) Glob the given pattern in the directory represented by this path, yielding all matching files (of
fnmatch.translate(pattern) Return the shell-style pattern converted to a regular expression.
fileinput.hook_compressed(filename, mode) Transparently opens files compressed with gzip and bzip2 (recognized by the extensions
stat.S_ISSOCK(mode) Return non-zero if the mode is from a socket.
tempfile.tempdir When set to a value other than None, this variable defines the default value for the dir
Page 1 of 19