Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/python/blessed/blessed/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 333 B image not shown  

Impressum win_terminal.pyi   Interaktion und
Portierbarkeitunbekannt

 
Haftungsausschluß.pyi KontaktUnknown {[0] [0] [0]}diese Dinge liegen außhalb unserer Verantwortung

# 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]: ...

[ Seitenstruktur0.78Drucken  ]