mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-09 11:11:26 +08:00
move DndSource to tkinter/dnd.pyi (#5588)
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
# See the README.md file in this directory for more information.
|
||||
|
||||
from tkinter import Event, Misc, Widget
|
||||
from typing import Optional, Protocol
|
||||
|
||||
class DndSource(Protocol):
|
||||
def dnd_end(self, target: Optional[Widget], event: Optional[Event[Misc]]) -> None: ...
|
||||
Reference in New Issue
Block a user