Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 30 for async (0.076 sec.)
32.12. dis --- Python バイトコードの逆アセンブラ — Python 3.6.5 ドキュメント 7132
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... を参照してください。 バージョン 3.5 で追加. BEFORE_ASYNC_WITH ¶ スタックの先頭にあるオブジェクトの __aenter ... をスタックに積みます。 バージョン 3.5 で追加. SETUP_ASYNC_WITH ¶ 新たなフレームオブジェクトを作成します。 バ ...
https://man.plustar.jp/python/library/dis.html - [similar]
8.9. types --- 動的な型生成と組み込み型に対する名前 — Python 3.6.5 ドキュメント 7132
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... レータオブジェクトの型です。 types. CoroutineType ¶ async def 関数に生成される コルーチン オブジェクトです。 ... バージョン 3.5 で追加. types. AsyncGeneratorType ¶ 非同期ジェネレータ関数によって作成さ ...
https://man.plustar.jp/python/library/types.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 7067
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... stmt* body, expr* decorator_list, expr? returns) | AsyncFunctionDef(identifier name, arguments args, stmt* ... xpr target, expr iter, stmt* body, stmt* orelse) | AsyncFor(expr target, expr iter, stmt* body, stmt* orels ... tmt* orelse) | With(withitem* items, stmt* body) | AsyncWith(withitem* items, stmt* body) | Raise(expr? exc ... nsion = (expr target, expr iter, expr* ifs, int is_async) excepthandler = ExceptHandler(expr? type, identif ...
https://man.plustar.jp/python/library/ast.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 7067
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... クエストを配ることが出来ます。 apply() または apply_async() メソッドで単体のリクエストを追加出来、 map() また ... は map_async() メソッドでたくさんのリクエストを追加出来ます。以 ... e pool for N in range ( 1 , 1000 , 10 ): p . apply_async ( factorial , ( N , d )) # Mark pool as closed -- ... 細が入っている Subversion のログを参照してください。 asyncore と asynchat モジュールが再び活発に保守され、多数 ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 7002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... etattrfunc tp_getattr ; setattrfunc tp_setattr ; PyAsyncMethods * tp_as_async ; /* formerly known as tp_com ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 7002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 18. プロセス間通信とネットワーク » 18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよび ... ク » 18.5.1. 基底イベントループ ¶ ソースコード: Lib/asyncio/events.py イベントループは asyncio が提供する中心 ... のプールへ呼び出す、コストの大きい関数の委譲。 class asyncio. BaseEventLoop ¶ このクラスは実装詳細です。 Abst ... ractEventLoop のサブクラスであり、 asyncio にあるイベントループを実装した具象クラスの基底ク ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
20.13. xml.parsers.expat --- Expat を使った高速な XML 解析 — Python 3.6.5 ドキ... 7002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ョン 3.2 で追加. xml.parsers.expat.errors. XML_ERROR_ASYNC_ENTITY ¶ xml.parsers.expat.errors. XML_ERROR_ATTRI ...
https://man.plustar.jp/python/library/pyexpat.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 同じ、既存の multiprocessing.pool.Pool.map() と map_async() に対応する multiprocessing.pool.Pool.starmap() と ... starmap_async() が追加されました。 (Contributed by Hynek Schlawa ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... りました ( bpo-16475 )。 新たなライブラリモジュール: asyncio : 非同期 IO のための新たな暫定 API ( PEP 3156 )。 ... Armin Ronacher in bpo-16148 .) 新たなモジュール ¶ asyncio ¶ asyncio モジュールが追加されました ( PEP 3156 ... ます。 参考 PEP 3156 -- 非同期 IO サポートの再起動: "asyncio" モジュール PEP written and implementation led b ... y Guido van Rossum. (訳注: PEP タイトルの「Asynchronous IO Support Rebooted: the "asyncio" Module」 ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 6937
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... gid) と等価です。 利用できる環境 : Unix 。 os. fdatasync ( fd ) ¶ ファイル記述子 fd を持つファイルのディスク ... ¶ 上記の定数は Windows でのみ利用可能です。 os. O_ASYNC ¶ os. O_DIRECT ¶ os. O_DIRECTORY ¶ os. O_NOFOLLOW ...
https://man.plustar.jp/python/library/os.html - [similar]
PREV 1 2 3 NEXT