Searched defs:old_text (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/ |
D | main.py | 40 def write_file(self, new_text, filename, old_text, encoding): argument
|
D | refactor.py | 284 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/ |
D | test_refactor.py | 163 def print_output(self, old_text, new_text, filename, equal): argument
|