HomeSort by relevance Sort by last modified time
    Searched refs:CLASS_PREFIX (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 179 CLASS_PREFIX = "Fix" # The prefix for fixer classes
250 class_name = self.CLASS_PREFIX + "".join([p.title() for p in parts])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 179 CLASS_PREFIX = "Fix" # The prefix for fixer classes
250 class_name = self.CLASS_PREFIX + "".join([p.title() for p in parts])

Completed in 196 milliseconds