Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_cursesmodule.c.h1635 {"subwin", (PyCFunction)_curses_window_subwin, METH_VARARGS, _curses_window_subwin__doc__},
1642 _curses_window_subwin(PyCursesWindowObject *self, PyObject *args) in _curses_window_subwin() function
/external/python/cpython3/Modules/
D_cursesmodule.c2546 {"subpad", (PyCFunction)_curses_window_subwin, METH_VARARGS, _curses_window_subwin__doc__},