/Lib/lib2to3/tests/data/fixers/myfixes/fix_first.py
http://unladen-swallow.googlecode.com/ · Python · 6 lines · 4 code · 2 blank · 0 comment · 1 complexity · baf1f88d0b82dae551dd3327f1275082 MD5 · raw file
- from lib2to3.fixer_base import BaseFix
- class FixFirst(BaseFix):
- run_order = 1
- def match(self, node): return False