Home
last modified time | relevance | path

Searched refs:py_replace_history (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dreadline.c436 py_replace_history(PyObject *self, PyObject *args) in py_replace_history() function
699 {"replace_history_item", py_replace_history, METH_VARARGS, doc_replace_history},
/external/python/cpython3/Modules/
Dreadline.c550 py_replace_history(PyObject *self, PyObject *args) in py_replace_history() function
844 {"replace_history_item", py_replace_history, METH_VARARGS, doc_replace_history},