Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/
Drefactor.py304 def _read_python_source(self, filename): member in RefactoringTool
322 input, encoding = self._read_python_source(filename)
495 old_text = self._read_python_source(filename)[0]
/external/python/cpython2/Lib/lib2to3/
Drefactor.py323 def _read_python_source(self, filename): member in RefactoringTool
341 input, encoding = self._read_python_source(filename)
514 old_text = self._read_python_source(filename)[0]