Home
last modified time | relevance | path

Searched refs:set_completion_display_matches_hook (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Modules/
Dreadline.c239 set_completion_display_matches_hook(PyObject *self, PyObject *args) in set_completion_display_matches_hook() function
703 {"set_completion_display_matches_hook", set_completion_display_matches_hook,
/external/python/cpython3/Modules/
Dreadline.c359 set_completion_display_matches_hook(PyObject *self, PyObject *args) in set_completion_display_matches_hook() function
847 {"set_completion_display_matches_hook", set_completion_display_matches_hook,
/external/python/cpython2/Doc/library/
Dreadline.rst252 .. function:: set_completion_display_matches_hook([function])
/external/python/cpython3/Doc/library/
Dreadline.rst273 .. function:: set_completion_display_matches_hook([function])
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst4152 Add set_completion_display_matches_hook and get_completion_type to readline.