Searched defs:consuming_calls (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/lib2to3/ |
D | fixer_util.py | 167 consuming_calls = set(["sorted", "list", "set", "any", "all", "tuple", "sum", variable
|
/external/python/cpython3/Lib/lib2to3/ |
D | fixer_util.py | 188 consuming_calls = {"sorted", "list", "set", "any", "all", "tuple", "sum", variable
|