mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 12:21:27 +08:00
Fix argparse.Namespace better.
This commit is contained in:
@@ -112,7 +112,7 @@ class Namespace(_AttributeHolder):
|
||||
def __eq__(self, other): ...
|
||||
def __ne__(self, other): ...
|
||||
def __contains__(self, key): ...
|
||||
def __getitem__(self, key: str) -> Any: ...
|
||||
def __getattr__(self, name: str) -> Any: ...
|
||||
|
||||
class _ActionsContainer:
|
||||
description = ... # type: Any
|
||||
|
||||
Reference in New Issue
Block a user