Add curses.has_key submodule (#8421)

This commit is contained in:
Kevin Kirsche
2022-07-28 09:39:44 -04:00
committed by GitHub
parent 804628dc7d
commit 177bbf7864
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
import sys
if sys.platform != "win32":
def has_key(ch: int | str) -> bool: ...

View File

@@ -59,6 +59,7 @@ xxlimited
# Modules that rely on _curses
curses
curses.ascii
curses.has_key
curses.panel
curses.textpad