Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 308 for 定義 (0.107 sec.)
6.7. readline --- GNU readline のインタフェース — Python 3.6.5 ドキュメント 4010
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 履歴ファイルの読み書きを容易にするための多くの関数を定義しています。 このモジュールは直接、または rlcomplete ...
https://man.plustar.jp/python/library/readline.html - [similar]
18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 4010
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... かの具象実装 ( KqueueSelector , EpollSelector ...) を定義しており、これらは複数のファイルオブジェクトの I/O の ...
https://man.plustar.jp/python/library/selectors.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 4010
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... None 以外の場合、これは新しいプロセスでの環境変数を定義します。デフォルトでは、子プロセスは現在のプロセスの ... 場合に TimeoutExpired を送出します。 このモジュールで定義されたすべての例外は SubprocessError を継承しています ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
29.2. sysconfig --- Python の構成情報にアクセスする — Python 3.6.5 ドキュメント 4010
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... はユーザーのホームディレクトリ以下に配置されたパスヲ定義します。 nt : Windows などの NT プラットフォーム用の ...
https://man.plustar.jp/python/library/sysconfig.html - [similar]
6.4. textwrap --- テキストの折り返しと詰め込み — Python 3.6.5 ドキュメント 4010
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... はデフォルトで偽です。 文検出アルゴリズムは"小文字"の定義のために string.lowercase に依存し、同一行の文を区切 ...
https://man.plustar.jp/python/library/textwrap.html - [similar]
25.1. tkinter --- Tcl/Tk の Python インタフェース — Python 3.6.5 ドキュメント 4010
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 tkinter.commondialog このリストの他のモジュールが定義しているダイアログの基底クラスです。 tkinter.filedia ... eanVar といった便利なサブクラスがすでにすでに数多く定義されています。こうした変数の現在の値を読み出したけれ ...
https://man.plustar.jp/python/library/tkinter.html - [similar]
32.7. tokenize --- Pythonソースのためのトークナイザ — Python 3.6.5 ドキュメント 4010
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ないままの状態で) 返します。 UTF-8 BOM か PEP 263 で定義されている encoding cookie からエンコーディングを検出 ...
https://man.plustar.jp/python/library/tokenize.html - [similar]
27.6. trace --- Python 文実行のトレースと追跡 — Python 3.6.5 ドキュメント 4010
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ec() に渡せるような文字列か code オブジェクトです。定義しない場合、 globals と locals はデフォルトで空の辞書 ...
https://man.plustar.jp/python/library/trace.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 4010
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... の移植 What's New In Python 3.2 PEP 384: 安定 ABI の定義 PEP 389: argparse コマンドライン解析モジュール PEP ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
1. 他のアプリケーションへの Python の埋め込み — Python 3.6.5 ドキュメント 3963
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... でやりとりするよう変更します)。 Python スクリプト内で定義されている関数を実行するためのコードは以下のようにな ...
https://man.plustar.jp/python/extending/embedding.html - [similar]