Searched refs:py_remove_history (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | readline.c | 407 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/ |
D | readline.c | 519 py_remove_history(PyObject *self, PyObject *args) in py_remove_history() function 839 {"remove_history_item", py_remove_history, METH_VARARGS, doc_remove_history},
|