Searched refs:run_order (Results 1 – 9 of 9) sorted by relevance
/third_party/python/Lib/lib2to3/fixes/ | ||
D | fix_imports2.py | 14 run_order = 7 variable in FixImports2 |
D | fix_future.py | 17 run_order = 10 variable in FixFuture |
D | fix_itertools.py | 26 run_order = 6 variable in FixItertools |
D | fix_isinstance.py | 27 run_order = 6 variable in FixIsinstance |
D | fix_imports.py | 94 run_order = 6 variable in FixImports |
D | fix_tuple_params.py | 32 run_order = 4 #use a lower order since lambda is part of other variable in FixTupleParams |
/third_party/python/Lib/lib2to3/tests/data/fixers/myfixes/ | ||
D | fix_last.py | 5 run_order = 10 variable in FixLast |
D | fix_first.py | 4 run_order = 1 variable in FixFirst |
/third_party/python/Lib/lib2to3/ | ||
D | fixer_base.py | 33 run_order = 5 # Fixers will be sorted by run order before execution variable in BaseFix |