Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 26 for functools (0.037 sec.)
18.5.3. タスクとコルーチン — Python 3.6.5 ドキュメント 7703
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed with call_soon() . 引数をコールバックに渡すには functools.partial を使います 。例えば fut.add_done_callback( ...
https://man.plustar.jp/python/library/asyncio-task.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7703
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... :デコレートされているかどうかによらず関数、クラス、 functools.partial() オブジェクト。新たに追加されたクラス群 i ... た。(Contributed by Giampaolo Rodolà in bpo-11072 .) functoolsfunctools.lru_cache() デコレータにキーワード引数 ... API を伴った暫定ポリシー その他のAPIの変更 ftplib functools gc hmac http html imaplib inspect io itertools log ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
29.12. inspect --- 活動中のオブジェクトの情報を取得する — Python 3.6.5 ドキュメ... 7587
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... annotation <class 'int'> 単純な関数やクラスから、 functools.partial() オブジェクトまで、幅広い python の呼び出 ... ws the omission of some required arguments (mimics functools.partial() behavior.) Returns BoundArguments , or r ...
https://man.plustar.jp/python/library/inspect.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7587
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... rs. ftplib FTP protocol client (requires sockets). functools Higher-order functions and operations on callable ...
https://man.plustar.jp/python/py-modindex.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 7488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t() を input() に変換します。 reduce ¶ reduce() が functools.reduce() に移動されたことを扱います。 reload ¶ rel ...
https://man.plustar.jp/python/library/2to3.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 効率的なループ実行のためのイテレータ生成関数 10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 10.3. ...
https://man.plustar.jp/python/library/index.html - [similar]
10.3. operator --- 関数形式の標準演算子 — Python 3.6.5 ドキュメント 7488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 応表 10.3.2. インプレース演算子 前のトピックへ 10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 次のト ...
https://man.plustar.jp/python/library/operator.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 7488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... となる一つの演算から自動的に順序の演算を生成するには functools.total_ordering() を参照してください。 カスタムの比 ... 性を保ちたい場合は、次のデコレータが使えます: import functools import sys if sys . version_info < ( 3 , 5 , 2 ): ... def aiter_compat ( func ): @functools . wraps ( func ) async def wrapper ( self ): retur ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... r as exc 。 組み込み関数 reduce() への別名としての functools.reduce() の追加。 Python 3.0 はいくつかの新しい組み ... wartz; bpo-1221598 .) ビルトイン関数の reduce() が functools モジュールでも利用可能です。Python 3.0 ではビルトイ ... ン関数は削除されて functools のものだけが使えます; 現在のところ 2.x シリーズでビ ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 7488
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... (Contributed by Alexander Belopolsky; bpo-4201 .) functools.partial オブジェクトが pickle 化出来るようになりま ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
PREV 1 2 3 NEXT