mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Improve return value of ArgumentParser.parse_args
See https://github.com/python/typeshed/issues/25
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user