10000 GH-58058: Add quick reference for `ArgumentParser` to argparse docs by savannahostrowski · Pull Request #124227 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-58058: Add quick reference for ArgumentParser to argparse docs #124227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Sep 25, 2024
Prev Previous commit
Next Next commit
newline
  • Loading branch information
savannahostrowski committed Sep 19, 2024
commit 3c90fc18b5e2ba02a12fd19c87ac1e2be4cabb9c
2 changes: 1 addition & 1 deletion Doc/library/argparse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,11 +71,11 @@ the extracted data in a :class:`argparse.Namespace` object::

args = parser.parse_args()
print(args.filename, args.count, args.verbose)


Quick Links for add_argument()
------------------------------


============================ =========================================================== ==========================================================================================================================
Name Description Values
============================ =========================================================== ==========================================================================================================================
Expand Down
Loading
0