Lines Matching full:vline
1548 PyErr_SetString(PyExc_TypeError, "vline requires 2 to 5 arguments");1558 return PyCursesCheckERR(wvline(self->win, ch | attr, n), "vline");1643 {"vline", (PyCFunction)PyCursesWindow_Vline, METH_VARARGS},