Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/lib2to3/
Drefactor.py157 _default_options = {"print_function" : False, variable in RefactoringTool
173 self.options = self._default_options.copy()
/external/python/cpython2/Lib/lib2to3/
Drefactor.py176 _default_options = {"print_function" : False, variable in RefactoringTool
192 self.options = self._default_options.copy()