HomeSort by relevance Sort by last modified time
    Searched refs:PyCursesPanel_Methods (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Modules/
_curses_panel.c 332 static PyMethodDef PyCursesPanel_Methods[] = {
351 return Py_FindMethod(PyCursesPanel_Methods, (PyObject *)self, name);
  /external/python/cpython3/Modules/
_curses_panel.c 357 static PyMethodDef PyCursesPanel_Methods[] = {
377 {Py_tp_methods, PyCursesPanel_Methods},

Completed in 162 milliseconds