Searched refs:PyInstanceMethod_Check (Results 1 – 8 of 8) sorted by relevance
43 #define PyInstanceMethod_Check(op) Py_IS_TYPE(op, &PyInstanceMethod_Type) macro
392 if (!PyInstanceMethod_Check(im)) { in PyInstanceMethod_Function()487 !PyInstanceMethod_Check(self) || in instancemethod_richcompare()488 !PyInstanceMethod_Check(other)) in instancemethod_richcompare()
21 .. c:function:: int PyInstanceMethod_Check(PyObject *o)
161 if (descr && PyInstanceMethod_Check(descr)) { in pybind11_meta_getattro()
168 #define PYBIND11_INSTANCE_METHOD_CHECK PyInstanceMethod_Check
1050 PyInstanceMethod_Check:int:::1051 PyInstanceMethod_Check:PyObject*:o:0:
469 if (PyInstanceMethod_Check(value.ptr())) in PYBIND11_NAMESPACE_BEGIN()
16998 functions *PyInstanceMethod_Check(o)*, *PyInstanceMethod_New(func)*