Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dreadline.c407 py_remove_history(PyObject *self, PyObject *args) in py_remove_history() function
698 {"remove_history_item", py_remove_history, METH_VARARGS, doc_remove_history},
/external/python/cpython3/Modules/
Dreadline.c519 py_remove_history(PyObject *self, PyObject *args) in py_remove_history() function
839 {"remove_history_item", py_remove_history, METH_VARARGS, doc_remove_history},