Home
last modified time | relevance | path

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

/third_party/python/Lib/lib2to3/
Drefactor.py162 FILE_PREFIX = "fix_" # The prefix for modules with a fixer within variable in RefactoringTool
232 if fix_name.startswith(self.FILE_PREFIX):
233 fix_name = fix_name[len(self.FILE_PREFIX):]