Home | History | Annotate | Download | only in bin

Lines Matching refs:modified_booleans

177                 diff.modified_booleans or args.bool_:
180 len(diff.modified_booleans)))
189 if diff.modified_booleans and not args.stats:
190 print(" Modified Booleans: {0}".format(len(diff.modified_booleans)))
191 for name, mod in sorted(diff.modified_booleans.items()):