「TTY module」を含む例文一覧(5)

  • in module tty
    tty モジュール - Python
  • The tty module 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 tty module 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

例文データの著作権について