Searched refs:PyMethod_Check (Results 1 – 8 of 8) sorted by relevance
17 if (!PyMethod_Check(im)) { in PyMethod_Function()27 if (!PyMethod_Check(im)) { in PyMethod_Self()253 !PyMethod_Check(self) || in method_richcompare()254 !PyMethod_Check(other)) in method_richcompare()
27 PyMethod_Check(m.get()) in get_override()
22 #define PyMethod_Check(op) Py_IS_TYPE(op, &PyMethod_Type) macro
65 .. c:function:: int PyMethod_Check(PyObject *o)
614 if (cbd->cbf && PyMethod_Check(cbd->cbf)) { in nl_recv_msg_handler()653 if (cbd->cbf && PyMethod_Check(cbd->cbf)) { in nl_recv_err_handler()
1308 PyMethod_Check:int:::1309 PyMethod_Check:PyObject*:o:0:
5758 if (PyMethod_Check(func)) in PyEval_GetFuncName()5771 if (PyMethod_Check(func)) in PyEval_GetFuncDesc()
388 if (PyMethod_Check(func) && PyMethod_GET_SELF(func) == self) { in init_method_ref()