Lines Matching refs:add
294 # add tests for each combination of an optionals adding method
1753 self.seen.add(other)
2077 # add first sub-parser
2087 # add second sub-parser
2095 # add third sub-parser
2889 add = group.add_argument
2890 add('--spam', action='store_true', help=argparse.SUPPRESS)
2891 add('--badger', action='store_false', help=argparse.SUPPRESS)
2892 add('--bladder', help=argparse.SUPPRESS)
3407 # add tests for {format,print}_{usage,help}