Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib2to3/
Drefactor.py179 CLASS_PREFIX = "Fix" # The prefix for fixer classes variable in RefactoringTool
250 class_name = self.CLASS_PREFIX + "".join([p.title() for p in parts])