Home
last modified time | relevance | path

Searched refs:dotted_getattr (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Doperator.c648 dotted_getattr(PyObject *obj, PyObject *attr) in dotted_getattr() function
701 return dotted_getattr(obj, ag->attr); in attrgetter_call()
713 val = dotted_getattr(obj, attr); in attrgetter_call()
/external/python/cpython3/Modules/
D_operator.c1248 dotted_getattr(PyObject *obj, PyObject *attr) in dotted_getattr() function
1291 return dotted_getattr(obj, PyTuple_GET_ITEM(ag->attr, 0)); in attrgetter_call()
1303 val = dotted_getattr(obj, attr); in attrgetter_call()