Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 6 of about 6 for managers (0.050 sec.)
29.6. contextlib --- with 文コンテキスト用ユーティリティ — Python 3.6.5 ドキュ... 12704
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 29.6.3. Single use, reusable and reentrant context managers ¶ Most context managers are written in a way that ... in a with statement once. These single use context managers must be created afresh each time they're used - at ... s that it is generally advisable to create context managers directly in the header of the with statement where ... s are an example of effectively single use context managers, since the first with statement will close the fil ...
https://man.plustar.jp/python/library/contextlib.html - [similar]
29. Python ランタイムサービス — Python 3.6.5 ドキュメント 10071
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 29.6.3. Single use, reusable and reentrant context managers 29.6.3.1. Reentrant context managers 29.6.3.2. Reu ... sable context managers 29.7. abc --- 抽象基底クラス 29.8. atexit --- 終了 ... 関数 , 警告 , コンテキスト , マネージャー , 取得 , managers , 情報 , context 前のトピックへ 28.4. zipapp --- 実 ...
https://man.plustar.jp/python/library/python.html - [similar]
17.2. multiprocessing --- プロセスベースの並列処理 — Python 3.6.5 ドキュメント 8956
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ると停止します。マネージャークラスは multiprocessing.managers モジュールで定義されています: class multiprocessin ... g.managers. BaseManager ( [ address [ , authkey ] ] ) ¶ BaseM ... メソッドをサポートします: >>> from multiprocessing.managers import BaseManager >>> manager = BaseManager ( add ... ーオブジェクトへ接続します: >>> from multiprocessing.managers import BaseManager >>> m = BaseManager ( address = ...
https://man.plustar.jp/python/library/multiprocessing.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 7841
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ntmanager. ContentManager ¶ Base class for content managers. Provides the standard registry mechanisms to regi ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7750
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... essages. email.charset Character Sets email.contentmanager Storing and Retrieving Content from MIME Parts emai ... mmy Dumb wrapper around threading. multiprocessing.managers Share data between process with shared objects. mu ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7439
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... dded to provide an abstract base class for context managers. It provides a sensible default implementation for ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 NEXT