Home | History | Annotate | Download | only in Objects

Lines Matching refs:PyCFunction_NewEx

118     return PyCFunction_NewEx(descr->d_method, type, NULL);
128 return PyCFunction_NewEx(descr->d_method, obj, NULL);
242 func = PyCFunction_NewEx(descr->d_method, self, NULL);
290 func = PyCFunction_NewEx(descr->d_method, self, NULL);