mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Stdlib: add container default values (#9909)
This commit is contained in:
@@ -14,7 +14,7 @@ class SimpleDialog:
|
||||
self,
|
||||
master: Misc | None,
|
||||
text: str = "",
|
||||
buttons: list[str] = ...,
|
||||
buttons: list[str] = [],
|
||||
default: int | None = None,
|
||||
cancel: int | None = None,
|
||||
title: str | None = None,
|
||||
|
||||
Reference in New Issue
Block a user