Home
last modified time | relevance | path

Searched defs:consuming_calls (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/lib2to3/
Dfixer_util.py167 consuming_calls = set(["sorted", "list", "set", "any", "all", "tuple", "sum", variable
/external/python/cpython3/Lib/lib2to3/
Dfixer_util.py188 consuming_calls = {"sorted", "list", "set", "any", "all", "tuple", "sum", variable