Lines Matching refs:d_method
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);
342 return _PyType_GetDocFromInternalDoc(descr->d_method->ml_name, descr->d_method->ml_doc);
348 return _PyType_GetTextSignatureFromInternalDoc(descr->d_method->ml_name, descr->d_method->ml_doc);
694 descr->d_method = method;
706 descr->d_method = method;