Searched refs:lib2to3 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/formatter/
H A Dfix_double_quote_strings.py14 from lib2to3.fixer_base import BaseFix
15 from lib2to3.pgen2 import token
H A Dfix_single_quote_strings.py14 from lib2to3.fixer_base import BaseFix
15 from lib2to3.pgen2 import token
H A Dmain.py6 import lib2to3.refactor namespace
99 tool = lib2to3.refactor.RefactoringTool(fixer_names=fixers,
/external/chromium_org/third_party/cython/src/
H A Dsetup.py38 import lib2to3.refactor namespace
42 fixers = [ fix for fix in lib2to3.refactor.get_fixers_from_package("lib2to3.fixes")
H A Druntests.py1447 import lib2to3.refactor namespace
1449 fixers = [ fix for fix in lib2to3.refactor.get_fixers_from_package("lib2to3.fixes")
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py129 from lib2to3.pgen2 import tokenize as lib2to3_tokenize
1188 """Return refactored code using lib2to3.
1193 from lib2to3 import pgen2
1219 """Fix various deprecated code (via lib2to3)."""
2614 """Use lib2to3 to refactor the source.
2619 from lib2to3.refactor import RefactoringTool
2620 fixers = ['lib2to3.fixes.fix_' + name for name in fixer_names]
2623 from lib2to3.pgen2 import tokenize as lib2to3_tokenize

Completed in 198 milliseconds