mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-24 20:12:08 +08:00
tkinter: get rid of unnecessary Incomplete (#8471)
This commit is contained in:
@@ -44,7 +44,7 @@ class FileDialog:
|
||||
self, master, title: Incomplete | None = ...
|
||||
) -> None: ... # title is usually a str or None, but e.g. int doesn't raise en exception either
|
||||
how: Incomplete | None
|
||||
def go(self, dir_or_file: Incomplete = ..., pattern: str = ..., default: str = ..., key: Incomplete | None = ...): ...
|
||||
def go(self, dir_or_file=..., pattern: str = ..., default: str = ..., key: Incomplete | None = ...): ...
|
||||
def quit(self, how: Incomplete | None = ...) -> None: ...
|
||||
def dirs_double_event(self, event) -> None: ...
|
||||
def dirs_select_event(self, event) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user