Home
last modified time | relevance | path

Searched defs:old_text (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/lib2to3/
Drefactor.py270 def print_output(self, old_text, new_text, filename, equal): argument
488 def processed_file(self, new_text, filename, old_text=None, write=False, argument
509 def write_file(self, new_text, filename, old_text, encoding=None): argument
Dmain.py69 def write_file(self, new_text, filename, old_text, encoding): argument
/external/python/cpython2/Lib/lib2to3/
Drefactor.py289 def print_output(self, old_text, new_text, filename, equal): argument
507 def processed_file(self, new_text, filename, old_text=None, write=False, argument
528 def write_file(self, new_text, filename, old_text, encoding=None): argument
Dmain.py69 def write_file(self, new_text, filename, old_text, encoding): argument
/external/python/cpython2/Lib/lib2to3/tests/
Dtest_refactor.py170 def print_output(self, old_text, new_text, filename, equal): argument
/external/python/cpython3/Lib/lib2to3/tests/
Dtest_refactor.py164 def print_output(self, old_text, new_text, filename, equal): argument