Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 273 for THE (1.467 sec.)
Python 標準ライブラリ — Python 3.6.5 ドキュメント 3967
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ージツールを使うことになるでしょう。 In addition to the standard library, there is a growing collection of ... pplication development frameworks), available from the Python Package Index . 1. はじめに 2. 組み込み関数 ...
https://man.plustar.jp/python/library/index.html - [similar]
34.1. msilib --- Microsoft インストーラーファイルの読み書き — Python 3.6.5 ドキ... 3967
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... All wrappers around MSI functions raise MSIError ; the string inside the exception will contain more deta ...
https://man.plustar.jp/python/library/msilib.html - [similar]
19. インターネット上のデータの操作 — Python 3.6.5 ドキュメント 3967
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... sage.Message : Representing an email message using the compat32 API 19.1.10. email.mime : メールと MIME オ ...
https://man.plustar.jp/python/library/netdata.html - [similar]
35.6. termios --- POSIX スタイルの端末制御 — Python 3.6.5 ドキュメント 3967
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ルの端末制御 ¶ This module provides an interface to the POSIX calls for tty I/O control. For a complete de ... scription of these calls, see termios(3) Unix manual page. It is on ...
https://man.plustar.jp/python/library/termios.html - [similar]
Python インタプリタの拡張と埋め込み — Python 3.6.5 ドキュメント 3948
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... すめのサードパーティツール ¶ This guide only covers the basic tools for creating extensions provided as pa ...
https://man.plustar.jp/python/extending/index.html - [similar]
8.6. bisect --- 配列二分法アルゴリズム — Python 3.6.5 ドキュメント 3948
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 変換するかを説明します: def index ( a , x ): 'Locate the leftmost value exactly equal to x' i = bisect_left ...
https://man.plustar.jp/python/library/bisect.html - [similar]
5. 組み込み例外 — Python 3.6.5 ドキュメント 3948
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... SomeException : tb = sys . exc_info ()[ 2 ] raise OtherException ( ... ) . with_traceback ( tb ) exceptio ... peration or function receives an argument that has the right type but an inappropriate value, and the sit ...
https://man.plustar.jp/python/library/exceptions.html - [similar]
23.1. gettext --- 多言語対応に関する国際化サービス — Python 3.6.5 ドキュメント 3948
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nslations ( somefile ) message = cat . ngettext ( 'There is %(num)d file in this directory' , 'There are ... tion' , '/usr/share/locale' ) 23.1.3.3. 動作中 (on the fly) に言語を切り替える ¶ 多くの言語を同時にサポー ... アプリケーションを地域化する 23.1.3.3. 動作中 (on the fly) に言語を切り替える 23.1.3.4. 翻訳処理の遅延解 ...
https://man.plustar.jp/python/library/gettext.html - [similar]
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 3928
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 例外をセット しません 。 PyObject * PyDict_GetItemWithError ( PyObject *p , PyObject *key ) ¶ PyDict_GetIt ... ey , & value )) { /* do something interesting with the values... */ ... } 反復処理中に辞書 p を変更しては ...
https://man.plustar.jp/python/c-api/dict.html - [similar]
循環参照ガベージコレクションをサポートする — Python 3.6.5 ドキュメント 3928
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... an object allocated by PyObject_NewVar() . Returns the resized object or NULL on failure. void PyObject_G ...
https://man.plustar.jp/python/c-api/gcsupport.html - [similar]