Home
last modified time | relevance | path

Searched refs:get_history_length (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Modules/
Dreadline.c188 get_history_length(PyObject *self, PyObject *noarg) in get_history_length() function
686 {"get_history_length", get_history_length,
/external/python/cpython2/Doc/library/
Dreadline.rst101 .. function:: get_history_length()
129 :func:`get_history_length`, which returns the maximum number of lines that will
/external/python/cpython3/Doc/library/
Dreadline.rst122 .. function:: get_history_length()
148 :func:`get_history_length`, which returns the maximum number of lines that will
/external/python/cpython3/Modules/
Dreadline.c319 get_history_length(PyObject *self, PyObject *noarg) in get_history_length() function
826 {"get_history_length", get_history_length,
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a2.rst520 Fix incorrect usage of ``get_history_length`` in readline documentation
D3.6.4rc1.rst765 Fix incorrect usage of ``get_history_length`` in readline documentation