Searched refs:get_completer (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Modules/ |
D | readline.c | 516 get_completer(PyObject *self, PyObject *noargs) in get_completer() function 689 {"get_completer", get_completer, METH_NOARGS, doc_get_completer},
|
/external/python/cpython3/Lib/ |
D | cmd.py | 109 self.old_completer = readline.get_completer()
|
/external/python/cpython2/Lib/ |
D | cmd.py | 113 self.old_completer = readline.get_completer()
|
/external/python/cpython3/Modules/ |
D | readline.c | 652 get_completer(PyObject *self, PyObject *noargs) in get_completer() function 829 {"get_completer", get_completer, METH_NOARGS, doc_get_completer},
|
/external/python/cpython2/Doc/library/ |
D | readline.rst | 220 .. function:: get_completer()
|
/external/python/cpython3/Doc/library/ |
D | readline.rst | 243 .. function:: get_completer()
|