Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_cursesmodule.c1525 PyCursesWindow_Vline(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_Vline() function
1657 {"vline", (PyCFunction)PyCursesWindow_Vline, METH_VARARGS},
/external/python/cpython3/Modules/
D_cursesmodule.c1913 PyCursesWindow_Vline(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_Vline() function
2082 {"vline", (PyCFunction)PyCursesWindow_Vline, METH_VARARGS},