Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GH-58058: Add quick reference forArgumentParser 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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
rhettinger merged 12 commits intopython:mainfromsavannahostrowski:gh-58058
Sep 25, 2024
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
remove tilde
  • Loading branch information
@savannahostrowski
savannahostrowski committedSep 19, 2024
commit2000f32ead6cdf119478cc65868715e33df03131
2 changes: 1 addition & 1 deletionDoc/library/argparse.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -35,8 +35,8 @@
description_ A brief description of what the program does. Displayed between the usage_ and argument help
epilog_ Additional description of the program after the argument help
parents_ A list of :class:`ArgumentParser` objects whose arguments should also be included
formatter_class_ A class for customizing the help output :class:`~argparse.HelpFormatter`
formatter_class_ A class for customizing the help output :class:`argparse.HelpFormatter`
prefix_chars_ The set of characters that prefix optional arguments Defaults to ``'-'``

Check warning on line 39 in Doc/library/argparse.rst

View workflow job for this annotation

GitHub Actions/ Docs / Docs

py:class reference target not found: argparse.HelpFormatter [ref.class]
fromfile_prefix_chars_ The set of characters that prefix files from which additional arguments should be read Defaults to ``None`` (meaning arguments will never be treated as file references)
argument_default_ The global default value for arguments
allow_abbrev_ Allows long options to be abbreviated if the abbreviation is unambiguous ``True`` or ``False`` (default: ``True``)
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp