tempfile.gettempprefix()

tempfile.gettempprefix() Return the filename prefix used to create temporary files. This does not contain the directory component

2016-10-07 17:44:19
tempfile.tempdir

tempfile.tempdir When set to a value other than None, this variable defines the default value for the dir

2016-10-07 17:44:20
shutil.copystat()

shutil.copystat(src, dst, *, follow_symlinks=True) Copy the permission bits, last access time, last modification time, and flags

2016-10-07 17:41:55
fileinput.filename()

fileinput.filename() Return the name of the file currently being read. Before the first line has been read, returns None

2016-10-07 17:33:11
shutil.register_archive_format()

shutil.register_archive_format(name, function[, extra_args[, description]]) Register an archiver for the format name

2016-10-07 17:41:57
os.path.lexists()

os.path.lexists(path) Return True if path refers to an existing path. Returns True for broken

2016-10-07 17:39:23
filecmp.dircmp.common_files

common_files Files in both a and b.

2016-10-07 17:33:08
glob.glob()

glob.glob(pathname, *, recursive=False) Return a possibly-empty list of path names that match pathname, which must

2016-10-07 17:33:37
os.path.samefile()

os.path.samefile(path1, path2) Return True if both pathname arguments refer to the same file or directory. This

2016-10-07 17:39:24
shutil.get_unpack_formats()

shutil.get_unpack_formats() Return a list of all registered formats for unpacking. Each element of the returned sequence is

2016-10-07 17:41:56