Searched refs:processed_file (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/tools/compatibility/ |
D | ipynb.py | 39 processed_file, new_file_content, log, process_errors = ( 42 if temp_file and processed_file: 50 files_processed = processed_file
|
D | ast_edits.py | 547 processed_file, new_file_content, log, process_errors = ( 550 if out_file and processed_file: 553 return (processed_file,
|
/external/python/cpython3/Lib/lib2to3/ |
D | refactor.py | 331 self.processed_file(output, filename, input, write, encoding) 338 self.processed_file(str(tree)[:-1], filename, 376 self.processed_file(output, "<stdin>", input) 382 self.processed_file(str(tree), "<stdin>", input) 488 def processed_file(self, new_text, filename, old_text=None, write=False, member in RefactoringTool
|
/external/python/cpython2/Lib/lib2to3/ |
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 RefactoringTool
|