Home
last modified time | relevance | path

Searched refs:read_history_file (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Doc/library/
Dreadline.rst87 .. function:: read_history_file([filename])
280 readline.read_history_file(histfile)
305 if hasattr(readline, "read_history_file"):
307 readline.read_history_file(histfile)
/external/python/cpython2/Modules/
Dreadline.c126 read_history_file(PyObject *self, PyObject *args) in read_history_file() function
676 {"read_history_file", read_history_file,
/external/python/cpython2/Doc/tutorial/
Dinteractive.rst140 readline.read_history_file(historyPath)