Searched refs:PyMethod_Check (Results 1 – 18 of 18) sorted by relevance
23 if (!PyMethod_Check(im)) { in PyMethod_Function()33 if (!PyMethod_Check(im)) { in PyMethod_Self()253 !PyMethod_Check(self) || in method_richcompare()254 !PyMethod_Check(other)) in method_richcompare()
22 #define PyMethod_Check(op) Py_IS_TYPE(op, &PyMethod_Type) macro
43 #define PyMethod_Check(op) ((op)->ob_type == &PyMethod_Type) macro
21 .. c:function:: int PyMethod_Check(PyObject *o)
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()
3035 if (PyMethod_Check(func) in PyEval_EvalFrameEx()4249 if (PyMethod_Check(func)) in PyEval_GetFuncName()4268 if (PyMethod_Check(func)) in PyEval_GetFuncDesc()4377 if (PyMethod_Check(func) && PyMethod_GET_SELF(func) != NULL) { in call_function()4575 else if (PyMethod_Check(func)) in do_call()4672 else if (PyMethod_Check(func)) in ext_do_call()
413 if (!PyMethod_Check(show_fxn) && !PyFunction_Check(show_fxn)) { in warn_explicit()
141 if (!PyMethod_Check(im)) { in PyMethod_Function()151 if (!PyMethod_Check(im)) { in PyMethod_Self()161 if (!PyMethod_Check(im)) { in PyMethod_Class()
3082 if (PyMethod_Check(obj)) { in check_nopybind()3098 if (PyMethod_Check(obj)) { in check_verbose_nopybind()3143 if (PyMethod_Check(obj)) { in check_nopybind()3159 if (PyMethod_Check(obj)) { in check_verbose_nopybind()
1308 PyMethod_Check:int:::1309 PyMethod_Check:PyObject*:o:0:
1601 else if (PyMethod_Check(callable)) { in call_fail_kind()
7229 if (PyMethod_Check(func))7242 if (PyMethod_Check(func))
399 if (PyMethod_Check(func) && PyMethod_GET_SELF(func) == self) { in init_method_ref()