This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ustinov
Recipients Arfrever, barry, paul.j3, r.david.murray, ustinov
Date 2013-11-13.17:21:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384363306.18.0.207312146326.issue19462@psf.upfronthosting.co.za>
In-reply-to
Content
What is the way to 'hide' the argument from being parsed?

E.g. we have self.parser.add_argument('foo') in parent class,
how can we modify it in child class so that it would not to
appear in --help strings and not populated to child's Namespace?
History
Date User Action Args
2013-11-13 17:21:46ustinovsetrecipients: + ustinov, barry, Arfrever, r.david.murray, paul.j3
2013-11-13 17:21:46ustinovsetmessageid: <1384363306.18.0.207312146326.issue19462@psf.upfronthosting.co.za>
2013-11-13 17:21:46ustinovlinkissue19462 messages
2013-11-13 17:21:46ustinovcreate