Home | History | Annotate | Download | only in stringlib

Lines Matching defs:getattr

235 getattr(PyObject *obj, SubString *name)

477 format_spec. It handles getindex and getattr lookups and consumes
523 /* getattr lookup "." */
524 tmp = getattr(obj, &name);