mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
Mark pynput as completed (#9235)
This commit is contained in:
@@ -1,7 +1,16 @@
|
||||
# These __init__ methods have *args, **kwargs arguments on some platforms, but not others
|
||||
pynput.keyboard.Controller.__init__
|
||||
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
|
||||
|
||||
# Platform specific private utils:
|
||||
pynput._util.xorg_keysyms
|
||||
pynput._util.xorg
|
||||
pynput._util.win32_vks
|
||||
pynput._util.win32
|
||||
pynput._util.uinput
|
||||
pynput._util.darwin_vks
|
||||
pynput._util.darwin
|
||||
|
||||
5
stubs/pynput/@tests/stubtest_allowlist_linux.txt
Normal file
5
stubs/pynput/@tests/stubtest_allowlist_linux.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
# These __init__ methods have *args, **kwargs arguments on some platforms, but not others
|
||||
pynput.keyboard.Controller.__init__
|
||||
|
||||
# Platform specific implementation detail:
|
||||
pynput.keyboard.Controller.keyboard_mapping
|
||||
2
stubs/pynput/@tests/stubtest_allowlist_win32.txt
Normal file
2
stubs/pynput/@tests/stubtest_allowlist_win32.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
# These __init__ methods have *args, **kwargs arguments on some platforms, but not others
|
||||
pynput.keyboard.Controller.__init__
|
||||
Reference in New Issue
Block a user