Lines Matching refs:METH_NOARGS
333 {"above", (PyCFunction)PyCursesPanel_above, METH_NOARGS},
334 {"below", (PyCFunction)PyCursesPanel_below, METH_NOARGS},
335 {"bottom", (PyCFunction)PyCursesPanel_bottom_panel, METH_NOARGS},
336 {"hidden", (PyCFunction)PyCursesPanel_panel_hidden, METH_NOARGS},
337 {"hide", (PyCFunction)PyCursesPanel_hide_panel, METH_NOARGS},
341 {"show", (PyCFunction)PyCursesPanel_show_panel, METH_NOARGS},
342 {"top", (PyCFunction)PyCursesPanel_top_panel, METH_NOARGS},
343 {"userptr", (PyCFunction)PyCursesPanel_userptr, METH_NOARGS},
344 {"window", (PyCFunction)PyCursesPanel_window, METH_NOARGS},
461 {"bottom_panel", (PyCFunction)PyCurses_bottom_panel, METH_NOARGS},
463 {"top_panel", (PyCFunction)PyCurses_top_panel, METH_NOARGS},
464 {"update_panels", (PyCFunction)PyCurses_update_panels, METH_NOARGS},