Lines Matching refs:PyCFunction
12 {"enable", (PyCFunction)gc_enable, METH_NOARGS, gc_enable__doc__},
30 {"disable", (PyCFunction)gc_disable, METH_NOARGS, gc_disable__doc__},
48 {"isenabled", (PyCFunction)gc_isenabled, METH_NOARGS, gc_isenabled__doc__},
82 …{"collect", (PyCFunction)(void(*)(void))gc_collect, METH_FASTCALL|METH_KEYWORDS, gc_collect__doc__…
143 {"set_debug", (PyCFunction)gc_set_debug, METH_O, gc_set_debug__doc__},
176 {"get_debug", (PyCFunction)gc_get_debug, METH_NOARGS, gc_get_debug__doc__},
204 {"get_threshold", (PyCFunction)gc_get_threshold, METH_NOARGS, gc_get_threshold__doc__},
222 {"get_count", (PyCFunction)gc_get_count, METH_NOARGS, gc_get_count__doc__},
246 …{"get_objects", (PyCFunction)(void(*)(void))gc_get_objects, METH_FASTCALL|METH_KEYWORDS, gc_get_ob…
285 {"get_stats", (PyCFunction)gc_get_stats, METH_NOARGS, gc_get_stats__doc__},
305 {"is_tracked", (PyCFunction)gc_is_tracked, METH_O, gc_is_tracked__doc__},
314 {"is_finalized", (PyCFunction)gc_is_finalized, METH_O, gc_is_finalized__doc__},
327 {"freeze", (PyCFunction)gc_freeze, METH_NOARGS, gc_freeze__doc__},
347 {"unfreeze", (PyCFunction)gc_unfreeze, METH_NOARGS, gc_unfreeze__doc__},
365 {"get_freeze_count", (PyCFunction)gc_get_freeze_count, METH_NOARGS, gc_get_freeze_count__doc__},