Home
last modified time | relevance | path

Searched refs:keep_line_order (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_exitfunc.py12 keep_line_order = True variable in FixExitfunc
Dfix_imports.py88 keep_line_order = True variable in FixImports
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_exitfunc.py12 keep_line_order = True variable in FixExitfunc
Dfix_imports.py88 keep_line_order = True variable in FixImports
/external/python/cpython3/Lib/lib2to3/
Dfixer_base.py38 keep_line_order = False # For the bottom matcher: match with the variable in BaseFix
Drefactor.py422 if fixer.keep_line_order:
/external/python/cpython2/Lib/lib2to3/
Dfixer_base.py39 keep_line_order = False # For the bottom matcher: match with the variable in BaseFix
Drefactor.py437 if fixer.keep_line_order: