Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 71 for functions (0.029 sec.)
6. 式 (expression) — Python 3.6.5 ドキュメント 6929
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... s generator function (PEP 525) yield 123 Generator functions are described below, while asynchronous generator ... ccordingly, sets are not appropriate arguments for functions which depend on total ordering (for example, min() ... called lambda forms) are used to create anonymous functions. The expression lambda arguments: expression yield ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
モジュールオブジェクト (module object) — Python 3.6.5 ドキュメント 6831
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 出されます。 バージョン 3.5 で追加. int PyModule_AddFunctions ( PyObject *module , PyMethodDef *functions ) ¶ 終 ... 端が NULL になっている functions 配列にある関数を module に追加します。 PyMethodDef ...
https://man.plustar.jp/python/c-api/module.html - [similar]
11.7. glob --- Unix 形式のパス名のパターン展開 — Python 3.6.5 ドキュメント 6831
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ne by using the os.scandir() and fnmatch.fnmatch() functions in concert, and not by actually invoking a subshel ...
https://man.plustar.jp/python/library/glob.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6831
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rn x // y # A simple server with simple arithmetic functions server = SimpleXMLRPCServer (( "localhost" , 8000 ... ing on port 8000..." ) server . register_multicall_functions () server . register_function ( add , 'add' ) serv ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 6831
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 1 or 2% speedup by switching to Python's allocator functions instead of the system's malloc() and free() . (Con ... rowser window, -t for a new tab). New module-level functions, open_new() and open_new_tab() , were added to sup ... port this. The module's open() function supports an additional feature, an autoraise parame ... allocating memory. Python's API has many different functions for allocating memory that are grouped into famili ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 6718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... rofunc tp_getattro ; setattrofunc tp_setattro ; /* Functions to access object as input/output buffer */ PyBuffe ... terfunc tp_iter ; iternextfunc tp_iternext ; These functions provide support for the iterator protocol. Both ha ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 6718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ike object. This tool adds flexibility to existing functions or classes whose output is hardwired to stdout. Fo ... of reentrancy are more likely to involve multiple functions calling each other and hence be far more complicat ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 6718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... と async with はコルーチンの本体でしか使えません。 Functions defined with async def syntax are always coroutine ... functions, even if they do not contain await or async keywor ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
10. 完全な文法仕様 — Python 3.6.5 ドキュメント 6718
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... put file; # eval_input is the input for the eval() functions. # NB: compound_stmt in single_input is followed b ...
https://man.plustar.jp/python/reference/grammar.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 6620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 置き換える形でロードされ、スロットと連立します。 PyCFunctions の呼び出しはラッパオブジェクトの呼び出しよりも最適 ... ccess or NULL with a set exception on failure. set functions take two PyObject* parameters (the instance and th ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT