Searched refs:py_replace_history (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | readline.c | 436 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/ |
D | readline.c | 550 py_replace_history(PyObject *self, PyObject *args) in py_replace_history() function 844 {"replace_history_item", py_replace_history, METH_VARARGS, doc_replace_history},
|