Home
last modified time | relevance | path

Searched defs:attr_chain (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py170 def attr_chain(obj, attr): function
/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py191 def attr_chain(obj, attr): function
/external/python/cpython3/Modules/
D_operator.c1174 PyObject *attr_chain = PyTuple_New(dot_count + 1); in attrgetter_new() local