Searched refs:refactor (Results 1 - 13 of 13) sorted by relevance
/third_party/python/Lib/lib2to3/tests/ |
H A D | test_refactor.py | 2 Unit tests for refactor.py. 14 from lib2to3 import refactor, pygram, fixer_base namespace 23 _DEFAULT_FIXERS = refactor.get_fixers_from_package("myfixes") 27 _2TO3_FIXERS = refactor.get_fixers_from_package("lib2to3.fixes") 43 return refactor.RefactoringTool(fixers, options, explicit) 63 non_prefixed = refactor.get_all_fix_names("myfixes") 64 prefixed = refactor.get_all_fix_names("myfixes", False) 65 full_names = refactor.get_fixers_from_package("myfixes") 72 run = refactor._detect_future_features 129 d = refactor [all...] |
H A D | test_all_fixers.py | 22 self.refactor = support.get_refactorer() 32 self.refactor.refactor_file(filepath) 34 self.refactor.refactor_file(filepath)
|
H A D | support.py | 11 from lib2to3 import pytree, refactor namespace 48 fixers = refactor.get_fixers_from_package(fixer_pkg + ".fixes") 50 return refactor.RefactoringTool(fixers, options, explicit=True)
|
H A D | test_fixers.py | 20 self.refactor = support.get_refactorer(fixer_pkg, fix_list, options) 24 for fixer in chain(self.refactor.pre_order, 25 self.refactor.post_order): 31 tree = self.refactor.refactor_string(before, self.filename) 447 self.refactor.driver.grammar = pygram.python_grammar_no_print_statement
|
/third_party/python/Lib/lib2to3/ |
H A D | main.py | 14 from . import refactor namespace 26 class StdoutRefactoringTool(refactor.MultiprocessRefactoringTool): 49 All files processed by refactor() must start with this path. 200 for fixname in refactor.get_all_fix_names(fixer_pkg): 225 avail_fixes = set(refactor.get_fixers_from_package(fixer_pkg)) 263 rt.refactor(args, options.write, options.doctests_only, 265 except refactor.MultiprocessingUnsupported:
|
H A D | refactor.py | 6 Used as a main program, this can refactor any number of files and/or 184 # When this is True, the refactor*() methods will call write_file() for 186 # and only if the refactor method's write parameter was True. 279 def refactor(self, items, write=False, doctests_only=False): member in RefactoringTool 289 """Descends down a directory and refactor every Python file found. 687 def refactor(self, items, write=False, doctests_only=False, member in MultiprocessRefactoringTool 690 return super(MultiprocessRefactoringTool, self).refactor( 705 super(MultiprocessRefactoringTool, self).refactor(items, write,
|
/third_party/python/Lib/distutils/ |
H A D | util.py | 496 from lib2to3.refactor import RefactoringTool, get_fixers_from_package 510 r.refactor(files, write=True)
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | yadif-16.asm | 117 ; am not sure whether it is any faster. A rewrite or refactor of the filter
|
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 163 milliseconds