Searched refs:_PyObject_IsAbstract (Results 1 - 4 of 4) sorted by relevance

/external/python/cpython3/Objects/
H A Dfuncobject.c760 int res = _PyObject_IsAbstract(cm->cm_callable);
941 int res = _PyObject_IsAbstract(sm->sm_callable);
H A Ddescrobject.c1526 int res = _PyObject_IsAbstract(prop->prop_get);
1534 res = _PyObject_IsAbstract(prop->prop_set);
1542 res = _PyObject_IsAbstract(prop->prop_del);
H A Dobject.c825 _PyObject_IsAbstract(PyObject *obj) function
/external/python/cpython3/Include/
H A Dobject.h537 PyAPI_FUNC(int) _PyObject_IsAbstract(PyObject *);

Completed in 176 milliseconds