Lines Matching full:group1
2242 group1 = parser.add_mutually_exclusive_group()2243 group1.add_argument('--foo', action='store_true')2244 group1.add_argument('--bar', action='store_false')