Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 27 for asyncio (0.044 sec.)
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7916
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 文を用いた初歩的な HTTP クライアントの例です: import asyncio async def http_get ( domain ): reader , writer = a ... wait asyncio . open_connection ( domain , 80 ) writer . write ( ... : print ( '>>>' , line ) writer . close () loop = asyncio . get_event_loop () try : loop . run_until_complet ... ジャの新たな構文があります。以下のスクリプト: import asyncio async def coro ( name , lock ): print ( 'coro {} : ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7801
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ようになりました。 標準ライブラリーの顕著な改善 The asyncio module has received new features, significant usab ... amount of bug fixes. Starting with Python 3.6 the asyncio module is no longer provisional and its API is con ... * seconds.""" for i in range ( to ): yield i await asyncio . sleep ( delay ) 新たな構文のおかげでより速く、よ ... ding. Contributed by Victor Stinner in bpo-26146 . asyncio ¶ Starting with Python 3.6 the asyncio module is n ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
18. プロセス間通信とネットワーク — Python 3.6.5 ドキュメント 7241
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .4.1. はじめに 18.4.2. クラス 18.4.3. 使用例 18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよびタ ... Queue 18.5.8.3. LifoQueue 18.5.8.3.1. 例外 18.5.9. asyncio での開発 18.5.9.1. asyncio のデバッグモード 18.5.9 ...
https://man.plustar.jp/python/library/ipc.html - [similar]
18.6. asyncore --- 非同期ソケットハンドラ — Python 3.6.5 ドキュメント 7208
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Lib/asyncore.py バージョン 3.6 で非推奨: 代わりに asyncio を使ってください。 注釈 このモジュールは後方互換性 ... のためだけに存在します。新しいコードでは asyncio を利用することを推奨します。 このモジュールは、非同 ... 基本的な echo サーバーの例 前のトピックへ 18.5.9. asyncio での開発 次のトピックへ 18.7. asynchat --- 非同期ソ ...
https://man.plustar.jp/python/library/asyncore.html - [similar]
18.7. asynchat --- 非同期ソケットコマンド/レスポンスハンドラ — Python 3.6.5 ド... 7142
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Lib/asynchat.py バージョン 3.6 で非推奨: 代わりに asyncio を使ってください。 注釈 このモジュールは後方互換性 ... のためだけに存在します。新しいコードでは asyncio を利用することを推奨します。 asynchat を使うと、 a ...
https://man.plustar.jp/python/library/asynchat.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7142
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... りました ( bpo-16475 )。 新たなライブラリモジュール: asyncio : 非同期 IO のための新たな暫定 API ( PEP 3156 )。 ... Armin Ronacher in bpo-16148 .) 新たなモジュール ¶ asyncioasyncio モジュールが追加されました ( PEP 3156 で ... ます。 参考 PEP 3156 -- 非同期 IO サポートの再起動: "asyncio" モジュール PEP written and implementation led by ... タイトルの「Asynchronous IO Support Rebooted: the "asyncio" Module」は PEP 3153 の焼き直しのため。) ensurepip ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
8.4. collections.abc --- コレクションの抽象基底クラス — Python 3.6.5 ドキュメン... 7109
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... レータベースのコルーチン ( types.coroutine() または asyncio.coroutine() でデコレートされたジェネレータ) は、 _ ... レータベースのコルーチン ( types.coroutine() または asyncio.coroutine() でデコレートされたジェネレータ) は、 _ ...
https://man.plustar.jp/python/library/collections.abc.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7044
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... le of a finalizer method see the implementation of asyncio.Loop.shutdown_asyncgens in Lib/asyncio/base_events ... on; generators decorated with types.coroutine() or asyncio.coroutine() will not be intercepted). The wrapper ...
https://man.plustar.jp/python/library/sys.html - [similar]
18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 6978
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... --- I/O 処理の完了を待機する 次のトピックへ 18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよびタ ...
https://man.plustar.jp/python/library/selectors.html - [similar]
21.18. smtpd --- SMTP サーバー — Python 3.6.5 ドキュメント 6978
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mended replacement for this module. It is based on asyncio and provides a more straightforward API. smtpd sho ...
https://man.plustar.jp/python/library/smtpd.html - [similar]
PREV 1 2 3 NEXT