Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython2/Modules/
D_curses_panel.c332 static PyMethodDef PyCursesPanel_Methods[] = { variable
351 return Py_FindMethod(PyCursesPanel_Methods, (PyObject *)self, name); in PyCursesPanel_GetAttr()
/aosp_15_r20/external/python/cpython3/Modules/
D_curses_panel.c496 static PyMethodDef PyCursesPanel_Methods[] = { variable
516 {Py_tp_methods, PyCursesPanel_Methods},
/aosp_15_r20/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv544 Modules/_curses_panel.c - PyCursesPanel_Methods -