Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 71 for functions (0.079 sec.)
2. 拡張の型の定義: チュートリアル — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... be used to allow a single set of getter and setter functions that decide the attribute to get or set based on d ... es a Py_VISIT() macro that automates calling visit functions. With Py_VISIT() , we can minimize the amount of b ...
https://man.plustar.jp/python/extending/newtypes_tutorial.html - [similar]
デザインと歴史 FAQ — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... 辞書を作れます。例えば: def function_1 ( ... ): ... functions = { 'a' : function_1 , 'b' : function_2 , 'c' : se ... lf . method_1 , ... } func = functions [ value ] func () オブジェクトのメソッドを呼び出す ...
https://man.plustar.jp/python/faq/design.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... ues, and means UTF-8 strings can be processed by C functions such as strcpy() and sent through protocols that c ... ードすべきです。 If you attempt to write processing functions that accept both Unicode and byte strings, you wil ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
18.5.2. イベントループ — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... policy is sufficient (see below). The module-level functions get_event_loop() and set_event_loop() provide conv ...
https://man.plustar.jp/python/library/asyncio-eventloops.html - [similar]
19.6. base64 --- Base16, Base32, Base64, Base85 データの符号化 — Python 3.6.5 ... 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... support decoding from strings, but it does provide functions for encoding and decoding to and from file objects ...
https://man.plustar.jp/python/library/base64.html - [similar]
9.3. cmath --- 複素数のための数学関数 — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 参考 Kahan, W: Branch cuts for complex elementary functions; or, Much ado about nothings's sign bit. In Iserle ...
https://man.plustar.jp/python/library/cmath.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... domain キーワードが追加されました。 The remaining functions are part of the legacy ( Compat32 ) email API. The ...
https://man.plustar.jp/python/library/email.util.html - [similar]
25.5. IDLE — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ine, it will contain the built-in and user-defined functions and classes in the current namespaces, plus any mo ... oard and screen. This is normally transparent, but functions that directly access the keyboard and screen will ...
https://man.plustar.jp/python/library/idle.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 6522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... Py_Initialize() and subsequent use of Python/C API functions, and destroy all sub-interpreters (see Py_NewInter ... ¶ The value for the what parameter to Py_tracefunc functions when a call is about to return. int PyTrace_C_CALL ...
https://man.plustar.jp/python/c-api/init.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 6522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... want to create a Python interface to the C library function system() [1] . This function takes a null-terminate ... nism guarantees that the argument list passed to C functions ( args in the examples) is never NULL --- in fact ... { #endif /* Header file for spammodule */ /* C API functions */ #define PySpam_System_NUM 0 #define PySpam_Syst ...
https://man.plustar.jp/python/extending/extending.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT