mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Annotate tkinter.Canvas.type() (#11366)
This commit is contained in:
@@ -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__(
|
||||
|
||||
Reference in New Issue
Block a user