Searched refs:tp_new_methoddef (Results 1 – 4 of 4) sorted by relevance
301 tp_new_methoddef
1839 Objects/typeobject.c - tp_new_methoddef variable static struct PyMethodDef tp_new_methoddef[]
4990 static struct PyMethodDef tp_new_methoddef[] = { variable5004 func = PyCFunction_New(tp_new_methoddef, (PyObject *)type);
6231 static struct PyMethodDef tp_new_methoddef[] = { variable6248 func = PyCFunction_NewEx(tp_new_methoddef, (PyObject *)type, NULL); in add_tp_new_wrapper()