Skip to content

Commit

Permalink
Merge branch 'benchatt/pythongh-11990' of https://github.com/benchatt…
Browse files Browse the repository at this point in the history
  • Loading branch information
benchatt committed May 23, 2024
2 parents c1df729 + 2e50013 commit ef35829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stdlib/argparse.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ class Action(_AttributeHolder):
help: str | None = None,
metavar: str | tuple[str, ...] | None = None,
) -> None: ...

def __call__(
self, parser: ArgumentParser, namespace: Namespace, values: str | Sequence[Any] | None, option_string: str | None = None
) -> None: ...
Expand Down

0 comments on commit ef35829

Please sign in to comment.