Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 4 of about 4 for pickling (0.013 sec.)
12.2. copyreg --- pickle サポート関数を登録する — Python 3.6.5 ドキュメント 12445
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... f . a = a ... >>> def pickle_c ( c ): ... print ( "pickling a C instance..." ) ... return C , ( c . a ,) ... > ... ckle_c ) >>> c = C ( 1 ) >>> d = copy . copy ( c ) pickling a C instance... >>> p = pickle . dumps ( c ) pickl ... 関数 , モジュール , function , constructor , copy , pickling , クラス Table of Contents 12.2. copyreg --- pickl ...
https://man.plustar.jp/python/library/copyreg.html - [similar]
10.2. functools --- 高階関数と呼び出し可能オブジェクトの操作 — Python 3.6.5 ド... 8229
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... corated function which enables decorator stacking, pickling, as well as creating unit tests for each variant i ...
https://man.plustar.jp/python/library/functools.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 8229
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... mgetter() , and methodcaller() objects now support pickling. (Contributed by Josh Rosenberg and Serhiy Storcha ... n bpo-21486 , bpo-21487 , bpo-20826 , bpo-23266 .) Pickling of ipaddress objects was optimized to produce sign ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 8062
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ス。 Exception を継承しています。 exception pickle. PicklingError ¶ Pickler が pickle 化不可能なオブジェクトに遭 ... できるもの を参照してください。 exception pickle. UnpicklingError ¶ データ破損やセキュリティ違反のような、オブジ ... されます。 persistent_load ( pid ) ¶ デフォルトで UnpicklingError を送出します。 もし定義されていれば、 persist ... トを返す必要があります。永続的な ID が無効な場合、 UnpicklingError を送出しなければなりません。 詳細および使用例 ...
https://man.plustar.jp/python/library/pickle.html - [similar]
PREV 1 NEXT