initial commit
This commit is contained in:
11
venv/lib/python3.11/site-packages/blessed/win_terminal.pyi
Normal file
11
venv/lib/python3.11/site-packages/blessed/win_terminal.pyi
Normal file
@@ -0,0 +1,11 @@
|
||||
# std imports
|
||||
from typing import Optional, ContextManager
|
||||
|
||||
# local
|
||||
from .terminal import Terminal as _Terminal
|
||||
|
||||
class Terminal(_Terminal):
|
||||
def getch(self) -> str: ...
|
||||
def kbhit(self, timeout: Optional[float] = ...) -> bool: ...
|
||||
def cbreak(self) -> ContextManager[None]: ...
|
||||
def raw(self) -> ContextManager[None]: ...
|
||||
Reference in New Issue
Block a user