Home
last modified time | relevance | path

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

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