Home
last modified time | relevance | path

Searched refs:set_pre_input_hook (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dreadline.c283 set_pre_input_hook(PyObject *self, PyObject *args) in set_pre_input_hook() function
708 {"set_pre_input_hook", set_pre_input_hook,
/external/python/cpython3/Modules/
Dreadline.c403 set_pre_input_hook(PyObject *self, PyObject *args) in set_pre_input_hook() function
852 {"set_pre_input_hook", set_pre_input_hook,
/external/python/cpython2/Doc/library/
Dreadline.rst182 .. function:: set_pre_input_hook([function])
/external/python/cpython3/Doc/library/
Dreadline.rst205 .. function:: set_pre_input_hook([function])