Home
last modified time | relevance | path

Searched refs:run_order (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_imports2.py14 run_order = 7 variable in FixImports2
Dfix_future.py17 run_order = 10 variable in FixFuture
Dfix_itertools.py26 run_order = 6 variable in FixItertools
Dfix_isinstance.py27 run_order = 6 variable in FixIsinstance
Dfix_imports.py94 run_order = 6 variable in FixImports
Dfix_tuple_params.py32 run_order = 4 #use a lower order since lambda is part of other variable in FixTupleParams
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/fixers/myfixes/
Dfix_first.py4 run_order = 1 variable in FixFirst
Dfix_last.py5 run_order = 10 variable in FixLast
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dfixer_base.py35 run_order = 5 # Fixers will be sorted by run order before execution variable in BaseFix