Home | History | Annotate | Download | only in Objects

Lines Matching refs:d_method

115     return PyCFunction_New(descr->d_method, type);
125 return PyCFunction_New(descr->d_method, obj);
239 func = PyCFunction_New(descr->d_method, self);
291 func = PyCFunction_New(descr->d_method, self);
352 if (descr->d_method->ml_doc == NULL) {
356 return PyString_FromString(descr->d_method->ml_doc);
635 descr->d_method = method;
647 descr->d_method = method;