Searched refs:histfile (Results 1 – 2 of 2) sorted by relevance
46 histfile = os.path.expanduser("~/.oepydevshell-history") variable49 readline.read_history_file(histfile)102 readline.write_history_file(histfile)
156 def readPackageInfo(pkg, histfile):158 with open(histfile, "r") as f:208 histfile = os.path.join(oldpkghistdir, pkg, "latest")209 return readPackageInfo(pkg, histfile)