Searched refs:processed_file (Results 1 - 2 of 2) sorted by relevance
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
H A D | refactor.py | 350 self.processed_file(output, filename, input, write, encoding) 357 self.processed_file(unicode(tree)[:-1], filename, 395 self.processed_file(output, "<stdin>", input) 401 self.processed_file(unicode(tree), "<stdin>", input) 507 def processed_file(self, new_text, filename, old_text=None, write=False, member in class:RefactoringTool
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
H A D | refactor.py | 350 self.processed_file(output, filename, input, write, encoding) 357 self.processed_file(unicode(tree)[:-1], filename, 395 self.processed_file(output, "<stdin>", input) 401 self.processed_file(unicode(tree), "<stdin>", input) 507 def processed_file(self, new_text, filename, old_text=None, write=False, member in class:RefactoringTool
|
Completed in 42 milliseconds