Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Drefactor.py345 self.processed_file(output, filename, input, write, encoding)
352 self.processed_file(unicode(tree)[:-1], filename,
390 self.processed_file(output, "<stdin>", input)
396 self.processed_file(unicode(tree), "<stdin>", input)
502 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool