Sujet : Re: A new feature request - parser add_mutually_exclusive_group - add a default value
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.pythonDate : 09. Jul 2024, 08:12:53
Autres entêtes
Organisation : Stefan Ram
Message-ID : <parser-20240709071158@ram.dialup.fu-berlin.de>
References : 1
=?UTF-8?B?15DXldeo15k=?= <
uri@speedy.net> wrote or quoted:
1. Is there a way to add a default to parser add_mutually_exclusive_group
groups - a value that will be set by default? In this case I
want test-default-languages=True to be set as a default.
I am not aware of such a possibility. But you could write a function
to parse the arguments using argparse, then inspect the parsed_args,
and modify them to reflect your default if no other argument was
detected. However, I have no experience with using argparse at all,
so it is well possible that someone who is proficient in argparse
might actually know how to set a default value there!
2. I tried to subscribe to Python-ideas python-ideas@python.org, but I
can't login to
It might be necessary to once create an account for the new
Mailman3 system. As I have no experience with mailing lists
whatsoever, this is just a wild guess!