Home
last modified time | relevance | path

Searched refs:ml_meth (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/cpython/
Dmethodobject.h13 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)
/third_party/python/Objects/
Dmethodobject.c315 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()
Ddescrobject.c289 return (funcptr)((PyMethodDescrObject *)func)->d_method->ml_meth; in method_enter_call()
/third_party/python/Include/
Dmethodobject.h37 PyCFunction ml_meth; /* The C function that implements it */ member
/third_party/python/Doc/c-api/
Dstructures.rst243 | :attr:`ml_meth` | PyCFunction | pointer to the C |
253 The :attr:`ml_meth` is a C function pointer. The functions may be of different
/third_party/python/Doc/extending/
Dnewtypes.rst265 PyCFunction ml_meth; /* implementation function */
/third_party/python/Modules/_decimal/
D_decimal.c5655 return m->ml_meth; in cfunc_noargs()