Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Drefactor.py318 def _read_python_source(self, filename): member in RefactoringTool
336 input, encoding = self._read_python_source(filename)
509 old_text = self._read_python_source(filename)[0]