Lines Matching refs:fix
147 help="Fix up doctests only")
148 parser.add_option("-f", "--fix", action="append", default=[],
149 help="Each FIX specifies a transformation; default: all")
198 print "Available transformations for the -f/--fix option:"
222 unwanted_fixes = set(fixer_pkg + ".fix_" + fix for fix in options.nofix)
224 if options.fix:
226 for fix in options.fix:
227 if fix == "all":
230 explicit.add(fixer_pkg + ".fix_" + fix)