Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_cursesmodule.c.h24 {"addch", (PyCFunction)curses_window_addch, METH_VARARGS, curses_window_addch__doc__},
31 curses_window_addch(PyCursesWindowObject *self, PyObject *args) in curses_window_addch() function