Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9134f7b commit 820cc11Copy full SHA for 820cc11
1 file changed
stdlib/2and3/argparse.pyi
@@ -38,6 +38,8 @@ ZERO_OR_MORE: str
38
_UNRECOGNIZED_ARGS_ATTR: str # undocumented
39
40
class ArgumentError(Exception):
41
+ argument_name: Optional[str]
42
+ message: str
43
def __init__(self, argument: Optional[Action], message: str) -> None: ...
44
45
# undocumented
0 commit comments