mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
pyinstaller: allow Splash(text_pos = None) (#11835)
This commit is contained in:
@@ -30,7 +30,7 @@ class Splash(Target):
|
||||
binaries: list[_TOCTuple],
|
||||
datas: list[_TOCTuple],
|
||||
*,
|
||||
text_pos: tuple[int, int] = ...,
|
||||
text_pos: tuple[int, int] | None = ...,
|
||||
text_size: int = 12,
|
||||
text_font: str = ...,
|
||||
text_color: str = "black",
|
||||
|
||||
Reference in New Issue
Block a user