Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_cursesmodule.c913 PyCursesWindow_GetStr(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_GetStr() function
1604 {"getstr", (PyCFunction)PyCursesWindow_GetStr, METH_VARARGS},
/external/python/cpython3/Modules/
D_cursesmodule.c1230 PyCursesWindow_GetStr(PyCursesWindowObject *self, PyObject *args) in PyCursesWindow_GetStr() function
2031 {"getstr", (PyCFunction)PyCursesWindow_GetStr, METH_VARARGS},