Improve return value of ArgumentParser.parse_args

See https://github.com/python/typeshed/issues/25
This commit is contained in:
Matthias Kramm
2015-11-11 16:31:35 -08:00
parent 87f4f54000
commit 54b49839fc
2 changed files with 3 additions and 1 deletions

View File

@@ -112,6 +112,7 @@ class Namespace(_AttributeHolder):
def __eq__(self, other): ...
def __ne__(self, other): ...
def __contains__(self, key): ...
def __getitem__(self, key: str) -> Any: ...
class _ActionsContainer:
description = ... # type: Any