Searched defs:add_mutually_exclusive_group (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | argparse.py | 1374 def add_mutually_exclusive_group(self, **kwargs): member in _ActionsContainer |
/external/python/cpython2/Lib/ | ||
D | argparse.py | 1319 def add_mutually_exclusive_group(self, **kwargs): member in _ActionsContainer |