Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
This has the user visible effect of therequired attribute not displaying in the repr:
>>> a = ArgumentParser().add_argument('-a', required=True)>>> a.requiredTrue>>> a_StoreAction(option_strings=['-a'], dest='a', nargs=None, const=None, default=None, type=None, choices=None, help=None, metavar=None)