mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-19 14:59:48 +08:00
[pynput] Fix annotations of Controller.Key(Code) (#8722)
Document stubtest entries
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
# TODO: go through this allowlist, figure out which of them are false positives
|
||||
pynput.keyboard.Controller._Key
|
||||
pynput.keyboard.Controller._KeyCode
|
||||
# These __init__ methods have *args, **kwargs arguments on some platforms, but not others
|
||||
pynput.keyboard.Controller.__init__
|
||||
pynput.keyboard._base.Controller._Key
|
||||
pynput.keyboard._base.Controller._KeyCode
|
||||
pynput.keyboard._dummy.Controller._Key
|
||||
pynput.keyboard._dummy.Controller._KeyCode
|
||||
pynput.mouse.Controller.__init__
|
||||
# stubtest issues with non-`type` metaclasses, see https://github.com/python/mypy/issues/13316
|
||||
pynput.keyboard.Controller._Key
|
||||
pynput.keyboard._base.Controller._Key
|
||||
pynput.keyboard._dummy.Controller._Key
|
||||
|
||||
Reference in New Issue
Block a user