Home
last modified time | relevance | path

Searched defs:new_text (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dmain.py40 def write_file(self, new_text, filename, old_text, encoding): argument
Drefactor.py284 def print_output(self, old_text, new_text, filename, equal): argument
502 def processed_file(self, new_text, filename, old_text=None, write=False, argument
522 def write_file(self, new_text, filename, old_text, encoding=None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_refactor.py163 def print_output(self, old_text, new_text, filename, equal): argument