Searched refs:ml_meth (Results 1 – 6 of 6) 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
3049 if (mp->ml_meth == (PyCFunction) element_reduce) {