Searched refs:py_add_history (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | readline.c | 470 py_add_history(PyObject *self, PyObject *args) in py_add_history() function 697 {"add_history", py_add_history, METH_VARARGS, doc_add_history},
|
/external/python/cpython3/Modules/ |
D | readline.c | 589 py_add_history(PyObject *self, PyObject *string) in py_add_history() function 841 {"add_history", py_add_history, METH_O, doc_add_history},
|