Home
last modified time | relevance | path

Searched refs:PyCursesWindow_RedrawLine (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
D_cursesmodule.c1389 PyCursesWindow_RedrawLine(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_RedrawLine() function
1635 {"redrawln", (PyCFunction)PyCursesWindow_RedrawLine, METH_VARARGS},
/external/python/cpython3/Modules/
D_cursesmodule.c1777 PyCursesWindow_RedrawLine(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_RedrawLine() function
2060 {"redrawln", (PyCFunction)PyCursesWindow_RedrawLine, METH_VARARGS},