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

  /external/python/cpython2/Modules/
_curses_panel.c 298 PyCursesPanel_set_panel_userptr(PyCursesPanelObject *self, PyObject *obj)
340 {"set_userptr", (PyCFunction)PyCursesPanel_set_panel_userptr, METH_O},
  /external/python/cpython3/Modules/
_curses_panel.c 323 PyCursesPanel_set_panel_userptr(PyCursesPanelObject *self, PyObject *obj)
365 {"set_userptr", (PyCFunction)PyCursesPanel_set_panel_userptr, METH_O},

Completed in 606 milliseconds