HomeSort by relevance Sort by last modified time
    Searched refs:processed_file (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
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 class:RefactoringTool
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
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 class:RefactoringTool

Completed in 3543 milliseconds