Fix argparse.Namespace better.

This commit is contained in:
Guido van Rossum
2015-11-22 16:28:54 -08:00
parent 830dc1f95b
commit 9ae0c0b337
2 changed files with 1 additions and 2 deletions

View File

@@ -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