Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 2 of about 2 for TCSAFLUSH (0.016 sec.)
35.7. tty --- 端末制御のための関数群 — Python 3.6.5 ドキュメント 11228
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 数を定義しています: tty. setraw ( fd , when=termios.TCSAFLUSH ) ¶ ファイル記述子 fd のモードを raw モードに変えま ... す。 when を省略すると標準の値は termios.TCSAFLUSH になり、 termios.tcsetattr() に渡されます。 tty. s ... etcbreak ( fd , when=termios.TCSAFLUSH ) ¶ ファイル記述子 fd のモードを cbreakモードに変え ... ます。 when を省略すると標準の値は termios.TCSAFLUSH になり、 termios.tcsetattr() に渡されます。 参考 モ ...
https://man.plustar.jp/python/library/tty.html - [similar]
35.6. termios --- POSIX スタイルの端末制御 — Python 3.6.5 ドキュメント 7485
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 在キューされている出力を全て転送した後に変更を行い、 TCSAFLUSH は現在キューされている出力を全て転送し、全てのキュ ...
https://man.plustar.jp/python/library/termios.html - [similar]
PREV 1 NEXT