Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Drefactor.py179 FILE_PREFIX = "fix_" # The prefix for modules with a fixer within variable in RefactoringTool
242 if fix_name.startswith(self.FILE_PREFIX):
243 fix_name = fix_name[len(self.FILE_PREFIX):]