Home
last modified time | relevance | path

Searched refs:refactor_string (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dtest_refactor.py152 tree = rt.refactor_string(input, "<test>")
156 tree = rt.refactor_string(input, "<test>")
Dtest_fixers.py32 tree = self.refactor.refactor_string(before, self.filename)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Drefactor.py349 tree = self.refactor_string(input, filename)
357 def refactor_string(self, data, name): member in RefactoringTool
394 tree = self.refactor_string(input, "<stdin>")