Searched refs:_PyObject_IsAbstract (Results 1 – 5 of 5) sorted by relevance
302 int is_abstract = _PyObject_IsAbstract(value); in compute_abstract_methods()351 int is_abstract = _PyObject_IsAbstract(value); in compute_abstract_methods()
724 int res = _PyObject_IsAbstract(cm->cm_callable); in cm_get___isabstractmethod__()905 int res = _PyObject_IsAbstract(sm->sm_callable); in sm_get___isabstractmethod__()
1524 int res = _PyObject_IsAbstract(prop->prop_get); in property_get___isabstractmethod__()1532 res = _PyObject_IsAbstract(prop->prop_set); in property_get___isabstractmethod__()1540 res = _PyObject_IsAbstract(prop->prop_del); in property_get___isabstractmethod__()
851 _PyObject_IsAbstract(PyObject *obj) in _PyObject_IsAbstract() function
539 PyAPI_FUNC(int) _PyObject_IsAbstract(PyObject *);