ref https://github.com/GlasgowEmbedded/glasgow/blob/master/software/glasgow/applet/interface/analyzer/__init__.py#L85 If this is correct I suggest comment to explain what's going on. ``` if args.pull_ups: pull_low = set(args.pin_set_i) if args.pull_downs: pull_high = set(args.pin_set_i) ```