HomeSort by relevance Sort by last modified time
    Searched refs:set_history_length (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
readline.c 162 set_history_length(PyObject *self, PyObject *args) function
165 if (!PyArg_ParseTuple(args, "i:set_history_length", &length))
172 "set_history_length(length) -> None\n\
669 {"set_history_length", set_history_length,
  /external/python/cpython2/Modules/
readline.c 169 set_history_length(PyObject *self, PyObject *args) function
172 if (!PyArg_ParseTuple(args, "i:set_history_length", &length))
179 "set_history_length(length) -> None\n\
684 {"set_history_length", set_history_length,
    [all...]
  /external/python/cpython3/Modules/
readline.c 302 set_history_length(PyObject *self, PyObject *args) function
305 if (!PyArg_ParseTuple(args, "i:set_history_length", &length))
312 "set_history_length(length) -> None\n\
828 {"set_history_length", set_history_length,
    [all...]

Completed in 636 milliseconds