Message166174
From http://bugs.python.org/issue14191#msg155202:
ArgumentParser.parse_args(args=None, namespace=None)
...
However, nowhere is the args= parameter explained. One example is given at the end of 15.4.4.6 showing the use of args= which apparently accepts a list of parameters, similar to the positional list of parameters that are used in all the other examples. It might be nice to clarify that. |
|
| Date |
User |
Action |
Args |
| 2012-07-22 22:12:34 | bethard | set | recipients:
+ bethard, docs@python |
| 2012-07-22 22:12:34 | bethard | set | messageid: <[email protected]> |
| 2012-07-22 22:12:33 | bethard | link | issue15427 messages |
| 2012-07-22 22:12:33 | bethard | create | |
|