Searched refs:tp_new_methoddef (Results 1 – 3 of 3) sorted by relevance
301 tp_new_methoddef
5921 static struct PyMethodDef tp_new_methoddef[] = { variable5936 func = PyCFunction_NewEx(tp_new_methoddef, (PyObject *)type, NULL); in add_tp_new_wrapper()
4990 static struct PyMethodDef tp_new_methoddef[] = { variable5004 func = PyCFunction_New(tp_new_methoddef, (PyObject *)type);