Searched defs:keep_line_order (Results 1 – 3 of 3) sorted by relevance
/third_party/python/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 |
/third_party/python/Lib/lib2to3/ | ||
D | fixer_base.py | 38 keep_line_order = False # For the bottom matcher: match with the variable in BaseFix |