The ttymodule defines functions for putting the tty intocbreak and raw modes.Because it requires the
tty モジュールは端末を cbreak および raw モードにするための関数を定義しています。 このモジュールは - Python
module, it will work only on Unix. The ttymodule defines the following functions: モジュールを必要とするため、Unixでしか動作しません。 tty モジュールでは、以下の関数を定義しています: - Python
This module provides an interface to the POSIX calls for tty I/Ocontrol.
このモジュールでは端末 I/O 制御のための POSIX 準拠の関数呼び出しインタフェースを提供します。 - Python
It is only available for those Unix versions that support POSIX termios style tty I/O control (and then only if configured at installation time).All functions in this module take a file descriptor fd as their first argument. POSIX termios 形式の端末制御をサポートする Unix のバージョンで (かつインストール時に指定した場合に) のみ利用可能です。 このモジュールの関数は全て、ファイル記述子 fd を最初の引数としてとります。 - Python
Copyright 2001-2004 Python Software Foundation.All rights reserved. Copyright 2000 BeOpen.com.All rights reserved. Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved. Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.