Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_cursesmodule.c850 PyCursesWindow_GetCh(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_GetCh() function
1600 {"getch", (PyCFunction)PyCursesWindow_GetCh, METH_VARARGS},
/external/python/cpython3/Modules/
D_cursesmodule.c1119 PyCursesWindow_GetCh(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_GetCh() function
2024 {"getch", (PyCFunction)PyCursesWindow_GetCh, METH_VARARGS},