Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 47 for pickle (0.043 sec.)
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 7448
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ソケットを閉じます。 emit ( ) ¶ レコードの属性辞書を pickle して、バイナリ形式でソケットに書き込みます。ソケッ ... いた場合、接続を再度確立します。受信端でレコードを unpickle して LogRecord にするには、 makeLogRecord() 関数を ... ソケット ( socket.SOCK_STREAM ) を生成します。 makePickle ( record ) ¶ レコードの属性辞書を pickle してから先 ... して、ソケットを介して送信できるようにして返します。 pickle が完全に安全というわけではないことに注意してくださ ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7448
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... Shallow and deep copy operations. copyreg Register pickle support functions. cProfile crypt (Unix) The crypt ... The Python debugger for interactive interpreters. pickle Convert Python objects to streams of bytes and bac ... k. pickletools Contains extensive comments about the pickle ... protocols and pickle-machine opcodes, as well as some useful functions. ...
https://man.plustar.jp/python/py-modindex.html - [similar]
12.4. marshal --- 内部使用向けの Python オブジェクト整列化 — Python 3.6.5 ドキ... 7418
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... じた Python オブジェクトの転送については、モジュール pickle および shelve を参照してください。 marshal モジュー ... イズ) および非直列化 (デシリアライズ) する場合には、 pickle モジュールを使ってください。 pickle は速度は同等で ...
https://man.plustar.jp/python/library/marshal.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 7418
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ブジェクトがキューに追加される際、そのオブジェクトは pickle 化されています。そのため、バックグラウンドのスレッ ... ドが後になって下位層のパイプに pickle 化されたデータをフラッシュすることがあります。これ ... onnection オブジェクト ¶ Connection オブジェクトは pickle でシリアライズ可能なオブジェクトか文字列を送ったり ... して読み込むオブジェクトを送ります。 オブジェクトは pickle でシリアライズ可能でなければなりません。 pickle...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
7. 入力と出力 — Python 3.6.5 ドキュメント 7250
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... のリファレンスにこれについての解説があります。 参考 pickle - pickle モジュール JSON とは対照的に、 pickle は任 ... ら送られてきた、スキルのある攻撃者によって生成された pickle データをデシリアライズすると、攻撃者により任意のコ ...
https://man.plustar.jp/python/tutorial/inputoutput.html - [similar]
33. 各種サービス — Python 3.6.5 ドキュメント 7220
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e , トピック , writer , 実装 前のトピックへ 32.13. pickletools --- pickle 開発者のためのツール群 次のトピック ...
https://man.plustar.jp/python/library/misc.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7144
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... - Mac OS 9 のパス操作関数 12. データの永続化 12.1. pickle --- Python オブジェクトの直列化 12.2. copyreg --- ... . dis --- Python バイトコードの逆アセンブラ 32.13. pickletools --- pickle 開発者のためのツール群 33. 各種サー ...
https://man.plustar.jp/python/library/index.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7144
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ) Recursive collections.deque instances can now be pickled. (Contributed by Serhiy Storchaka in bpo-26482 .) ... は、 .pdbrc ファイルを読み込むかどうかを指定します。 pickle ¶ Objects that need __new__ called with keyword ar ... guments can now be pickled using pickle protocols older than protocol versio ... . (Contributed by Serhiy Storchaka in bpo-24164 .) pickletools ¶ pickletools.dis() now outputs the implicit ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 7098
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... socket handler sends the event as # an unformatted pickle rootLogger . addHandler ( socketHandler ) # Now, w ... きます。簡単な実用プログラムを以下に示します: import pickle import logging import logging.handlers import sock ... o be a 4-byte length, followed by the LogRecord in pickle format. Logs the record according to whatever poli ... tion . recv ( slen - len ( chunk )) obj = self . unPickle ( chunk ) record = logging . makeLogRecord ( obj ) ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
32. Python言語サービス — Python 3.6.5 ドキュメント 7068
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トコード命令 32.12.4. 命令コードコレクション 32.13. pickletools --- pickle 開発者のためのツール群 32.13.1. コ ...
https://man.plustar.jp/python/library/language.html - [similar]
PREV 1 2 3 4 5 NEXT