Searched defs:keep_line_order (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/lib2to3/fixes/ | ||
D | fix_exitfunc.py | 12 keep_line_order = True variable in FixExitfunc |
D | fix_imports.py | 88 keep_line_order = True variable in FixImports |
/external/python/cpython2/Lib/lib2to3/fixes/ | ||
D | fix_exitfunc.py | 12 keep_line_order = True variable in FixExitfunc |
D | fix_imports.py | 88 keep_line_order = True variable in FixImports |
/external/python/cpython3/Lib/lib2to3/ | ||
D | fixer_base.py | 38 keep_line_order = False # For the bottom matcher: match with the variable in BaseFix |
/external/python/cpython2/Lib/lib2to3/ | ||
D | fixer_base.py | 39 keep_line_order = False # For the bottom matcher: match with the variable in BaseFix |