Type optparse.Option.default attribute (#5080)

1e3c68246e/Lib/optparse.py (L458)
This commit is contained in:
Jon Dufresne
2021-02-28 09:15:38 -08:00
committed by GitHub
parent e2967a8bee
commit b03cd49a87

View File

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