mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
argparse: fix error __init__, add BooleanOptionalAction for py39 (#4144)
This commit is contained in:
@@ -13,8 +13,7 @@ abc.ABCMeta.__new__
|
||||
abc.abstractclassmethod
|
||||
abc.abstractmethod
|
||||
abc.abstractstaticmethod
|
||||
argparse.ArgumentError.__init__
|
||||
argparse.Namespace.__getattr__
|
||||
argparse.Namespace.__getattr__ # The whole point of this class is its attributes are dynamic
|
||||
asyncio.BaseEventLoop.subprocess_exec
|
||||
asyncio.Condition.acquire
|
||||
asyncio.Condition.locked
|
||||
|
||||
Reference in New Issue
Block a user