Annotate tkinter.Canvas.type() (#11366)

This commit is contained in:
Akuli
2024-02-06 08:31:59 +02:00
committed by GitHub
parent ed38e99138
commit e6e2f22e6c

View File

@@ -1732,7 +1732,7 @@ class Canvas(Widget, XView, YView):
def select_from(self, tagOrId, index) -> None: ...
def select_item(self): ...
def select_to(self, tagOrId, index) -> None: ...
def type(self, tagOrId): ...
def type(self, tagOrId: str | int) -> int | None: ...
class Checkbutton(Widget):
def __init__(