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

  /external/python/cpython2/Modules/
_curses_panel.c 449 static PyObject *PyCurses_update_panels(PyObject *self)
464 {"update_panels", (PyCFunction)PyCurses_update_panels, METH_NOARGS},
  /external/python/cpython3/Modules/
_curses_panel.c 462 static PyObject *PyCurses_update_panels(PyObject *self)
476 {"update_panels", (PyCFunction)PyCurses_update_panels, METH_NOARGS},

Completed in 100 milliseconds