mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-07 12:44:28 +08:00
Type optparse.Option.default attribute (#5080)
1e3c68246e/Lib/optparse.py (L458)
This commit is contained in:
@@ -96,6 +96,7 @@ class Option:
|
||||
_short_opts: List[_Text]
|
||||
action: _Text
|
||||
dest: Optional[_Text]
|
||||
default: Any
|
||||
nargs: int
|
||||
type: Any
|
||||
callback: Optional[Callable[..., Any]]
|
||||
|
||||
Reference in New Issue
Block a user