Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 65 of about 65 for func (0.096 sec.)
What's New in Python 2.5 — Python 3.6.5 ドキュメント 6112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... er; 実装 Thomas Wouters. PEP 309: 関数の部分適用 ¶ functools モジュールは、関数型スタイルのプログラミングの ... れは「関数の部分適用」と呼ばれています。 partial は (function, arg1, arg2, ... kwarg1=value1, kwarg2=value2) ... 能オブジェクトですので、それを呼べば、引数の埋まった function を実行したのと同じことになります。 以下にあるの ... は、小さいけれども現実的な一つの例です: import functools def log ( message , subsystem ): "Write the c ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6112
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... by Florent Xicluna and Fredrik Lundh, bpo-6472 .) functools ¶ functools モジュールに関数呼び出しをキャッシ ... ュするデコレータが追加されています。 functools.lru_cache() を使うと、同じ結果が期待される場合 ... 気の検索のデータベースアクセスを省けます: >>> import functools >>> @functools . lru_cache ( maxsize = 300 ) ... 245 , recipe 577479 , bpo-10586 , and bpo-10593 .) functools.wraps() デコレータが元の callable 関数を指し示 ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 6011
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 、そのラッパーオブジェクトがラップ対象となる関数を __func__ 属性で公開するようになりました。(Contributed by ... y Pablo Mouzo; bpo-6845 .) 新しいクラスデコレータ: functools モジュールに total_ordering() が追加されました ... アクセスリストを初期化する initgroups() 。 (GID/UID functions contributed by Travis H.; bpo-6508 . Support ... ou; bpo-8222 )。 The ssl.wrap_socket() constructor function now takes a ciphers argument that's a string l ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6011
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... <class '__main__.C.D'>" >>> str ( C . D . meth ) '<function C.D.meth at 0x7f46b9fe31e0>' 参考 PEP 3155 - ク ... :デコレートされているかどうかによらず関数、クラス、 functools.partial() オブジェクト。新たに追加されたクラス ... た。(Contributed by Giampaolo Rodolà in bpo-11072 .) functools ¶ functools.lru_cache() デコレータにキーワード ... ) がユーザ提供二項関数を渡すためのオプショナル引数 func を受け付けるようになりました。 logging ¶ basicConf ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6011
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... クトリー走査の 改良され非常に速い方法 を提供します。 functools.lru_cache() の大部分が C で再実装 され、性能が ... , b , abs_tol = 0.00001 ) False 参考 PEP 485 -- A function for testing approximate equality PEP written b ... m parallel bytecode compilation. The compile_dir() function has a corresponding workers parameter. (Contri ... bpo-23171 .) curses ¶ The new update_lines_cols() function updates the LINES and COLS environment variabl ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT