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  

Quelle  win_terminal.pyi   Sprache: unbekannt

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

[ Dauer der Verarbeitung: 0.15 Sekunden  (vorverarbeitet)  ]