Home
last modified time | relevance | path

Searched refs:_PyObject_HasAttrId (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Python/
Derrors.c1089 if (!_PyObject_HasAttrId(v, &PyId_msg)) { in PyErr_SyntaxLocationObject()
1099 if (!_PyObject_HasAttrId(v, &PyId_print_file_and_line)) { in PyErr_SyntaxLocationObject()
Dpythonrun.c740 _PyObject_HasAttrId(value, &PyId_print_file_and_line)) in print_exception()
/external/python/cpython3/Include/
Dobject.h542 PyAPI_FUNC(int) _PyObject_HasAttrId(PyObject *, struct _Py_Identifier *);
/external/python/cpython3/Objects/
Dobject.c879 _PyObject_HasAttrId(PyObject *v, _Py_Identifier *name) in _PyObject_HasAttrId() function