Lines Matching refs:PyCFunction
12 {"insert", (PyCFunction)(void(*)(void))list_insert, METH_FASTCALL, list_insert__doc__},
53 {"clear", (PyCFunction)list_clear, METH_NOARGS, list_clear__doc__},
71 {"copy", (PyCFunction)list_copy, METH_NOARGS, list_copy__doc__},
89 {"append", (PyCFunction)list_append, METH_O, list_append__doc__},
98 {"extend", (PyCFunction)list_extend, METH_O, list_extend__doc__},
109 {"pop", (PyCFunction)(void(*)(void))list_pop, METH_FASTCALL, list_pop__doc__},
160 {"sort", (PyCFunction)(void(*)(void))list_sort, METH_FASTCALL|METH_KEYWORDS, list_sort__doc__},
207 {"reverse", (PyCFunction)list_reverse, METH_NOARGS, list_reverse__doc__},
227 {"index", (PyCFunction)(void(*)(void))list_index, METH_FASTCALL, list_index__doc__},
271 {"count", (PyCFunction)list_count, METH_O, list_count__doc__},
282 {"remove", (PyCFunction)list_remove, METH_O, list_remove__doc__},
327 {"__sizeof__", (PyCFunction)list___sizeof__, METH_NOARGS, list___sizeof____doc__},
345 {"__reversed__", (PyCFunction)list___reversed__, METH_NOARGS, list___reversed____doc__},