Home
last modified time | relevance | path

Searched refs:_PyObject_IsAbstract (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Modules/
D_abc.c401 int is_abstract = _PyObject_IsAbstract(value); in compute_abstract_methods()
450 int is_abstract = _PyObject_IsAbstract(value); in compute_abstract_methods()
/external/python/cpython3/Objects/
Ddescrobject.c1938 int res = _PyObject_IsAbstract(prop->prop_get); in property_get___isabstractmethod__()
1946 res = _PyObject_IsAbstract(prop->prop_set); in property_get___isabstractmethod__()
1954 res = _PyObject_IsAbstract(prop->prop_del); in property_get___isabstractmethod__()
Dfuncobject.c1218 int res = _PyObject_IsAbstract(cm->cm_callable); in cm_get___isabstractmethod__()
1414 int res = _PyObject_IsAbstract(sm->sm_callable); in sm_get___isabstractmethod__()
Dobject.c1153 _PyObject_IsAbstract(PyObject *obj) in _PyObject_IsAbstract() function
/external/python/cpython3/Include/internal/
Dpycore_object.h755 extern int _PyObject_IsAbstract(PyObject *);
/external/python/cpython3/Doc/data/
Dpython3.13.abi6212 …<function-decl name='_PyObject_IsAbstract' filepath='./Include/internal/pycore_object.h' line='750…