Lines Matching refs:METH_NOARGS
358 {"above", (PyCFunction)PyCursesPanel_above, METH_NOARGS},
359 {"below", (PyCFunction)PyCursesPanel_below, METH_NOARGS},
360 {"bottom", (PyCFunction)PyCursesPanel_bottom_panel, METH_NOARGS},
361 {"hidden", (PyCFunction)PyCursesPanel_panel_hidden, METH_NOARGS},
362 {"hide", (PyCFunction)PyCursesPanel_hide_panel, METH_NOARGS},
366 {"show", (PyCFunction)PyCursesPanel_show_panel, METH_NOARGS},
367 {"top", (PyCFunction)PyCursesPanel_top_panel, METH_NOARGS},
368 {"userptr", (PyCFunction)PyCursesPanel_userptr, METH_NOARGS},
369 {"window", (PyCFunction)PyCursesPanel_window, METH_NOARGS},
473 {"bottom_panel", (PyCFunction)PyCurses_bottom_panel, METH_NOARGS},
475 {"top_panel", (PyCFunction)PyCurses_top_panel, METH_NOARGS},
476 {"update_panels", (PyCFunction)PyCurses_update_panels, METH_NOARGS},