Searched refs:ml_meth (Results 1 – 7 of 7) sorted by relevance
13 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
315 eq = a->m_ml->ml_meth == b->m_ml->ml_meth; in meth_richcompare()329 y = _Py_HashPointer((void*)(a->m_ml->ml_meth)); in meth_hash()
289 return (funcptr)((PyMethodDescrObject *)func)->d_method->ml_meth; in method_enter_call()
37 PyCFunction ml_meth; /* The C function that implements it */ member
243 | :attr:`ml_meth` | PyCFunction | pointer to the C |253 The :attr:`ml_meth` is a C function pointer. The functions may be of different
265 PyCFunction ml_meth; /* implementation function */
5655 return m->ml_meth; in cfunc_noargs()