mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 21:14:48 +08:00
Add __getattr__ to argparse.Namespace.
This commit is contained in:
@@ -106,6 +106,7 @@ class Namespace(_AttributeHolder):
|
||||
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