Home
last modified time | relevance | path

Searched refs:PyAttributeErrorObject (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Python/
Dsuggestions.c175 offer_suggestions_for_attribute_error(PyAttributeErrorObject *exc) in offer_suggestions_for_attribute_error()
264 result = offer_suggestions_for_attribute_error((PyAttributeErrorObject *) exception); in _Py_Offer_Suggestions()
/third_party/python/Include/cpython/
Dpyerrors.h76 } PyAttributeErrorObject; typedef
/third_party/python/Objects/
Dexceptions.c1405 AttributeError_init(PyAttributeErrorObject *self, PyObject *args, PyObject *kwds) in AttributeError_init()
1436 AttributeError_clear(PyAttributeErrorObject *self) in AttributeError_clear()
1444 AttributeError_dealloc(PyAttributeErrorObject *self) in AttributeError_dealloc()
1452 AttributeError_traverse(PyAttributeErrorObject *self, visitproc visit, void *arg) in AttributeError_traverse()
1460 {"name", T_OBJECT, offsetof(PyAttributeErrorObject, name), 0, PyDoc_STR("attribute name")},
1461 {"obj", T_OBJECT, offsetof(PyAttributeErrorObject, obj), 0, PyDoc_STR("object")},