Searched refs:ml_meth (Results 1 – 7 of 7) sorted by relevance
44 ml_meth = None variable in _ArgumentList64 self.ml_meth = METH_NOARGS74 self.ml_meth = METH_O83 self.ml_meth = METH_VARARGS150 if self.args.ml_meth == METH_VARARGS:164 v["MethType"] = self.args.ml_meth
47 return ((PyCFunctionObject *)op) -> m_ml -> ml_meth; in PyCFunction_GetFunction()218 if (a->m_ml->ml_meth == b->m_ml->ml_meth) in meth_compare()251 eq = a->m_ml->ml_meth == b->m_ml->ml_meth; in meth_richcompare()271 y = _Py_HashPointer((void*)(a->m_ml->ml_meth)); in meth_hash()
30 (((PyCFunctionObject *)func) -> m_ml -> ml_meth)39 PyCFunction ml_meth; /* The C function that implements it */ member
142 | :attr:`ml_meth` | PyCFunction | pointer to the C |152 The :attr:`ml_meth` is a C function pointer. The functions may be of different
342 PyCFunction ml_meth; member
3086 if (mp->ml_meth == (PyCFunction) element_reduce) {
1174 PyCFunction ml_meth; /* implementation function */