Home | History | Annotate | Download | only in Parser

Lines Matching refs:_attributes

746     result = PyObject_SetAttrString((PyObject*)type, "_attributes", l) >= 0;

849 PyDict_SetItemString(d, "_attributes", empty_tuple) < 0) {