Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 44 for 非同期 (0.079 sec.)
8.4. collections.abc --- コレクションの抽象基底クラス — Python 3.6.5 ドキュメン... 6577
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 525 と PEP 492 に定義されているプロトコルを実装した非同期ジェネレータクラスの ABC です。 バージョン 3.6 で追加 ...
https://man.plustar.jp/python/library/collections.abc.html - [similar]
21. インターネットプロトコルとサポート — Python 3.6.5 ドキュメント 6577
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 21.21.4.2. socketserver.UDPServer の例 21.21.4.3. 非同期処理の Mix-in 21.22. http.server --- HTTP サーバ 21. ...
https://man.plustar.jp/python/library/internet.html - [similar]
18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 6577
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 理の完了を待機する 次のトピックへ 18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよびタスク ナビゲ ...
https://man.plustar.jp/python/library/selectors.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6577
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ckingIOError 例外を処理します。SSL ハンドシェイクも非同期に実行します。 18.2.7. メモリ BIO サポート ¶ バージョ ... すが、問題が発生する場合があります。一例を挙げると、非同期 IO フレームワークが別の多重化モデルを使用する場合、 ... スを使用するのは、メモリバッファを通じて SSL のための非同期 IO を実装するフレームワーク作成者です。 このクラス ...
https://man.plustar.jp/python/library/ssl.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 6577
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( AsyncIterator[T_co], Generic[T_co, T_contra] ) ¶ 非同期ジェネレータはジェネリック型 AsyncGenerator[YieldTyp ... t ) sent = yield rounded 通常のジェネレータと違って非同期ジェネレータは値を返せないので、 ReturnType 型引数は ...
https://man.plustar.jp/python/library/typing.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... オブジェクトを返します。 map() メソッドは一気に複数の非同期呼び出しをスケジュールします。 shutdown() メソッドは ... ' , 'dest4.txt' ) 参考 PEP 3148 - Futures -- 計算の非同期な実行 PEP written by Brian Quinlan. threadpoolexecu ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 6454
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... po-16475 )。 新たなライブラリモジュール: asyncio : 非同期 IO のための新たな暫定 API ( PEP 3156 )。 ensurepip ... なイベントループモデルを、標準ライブラリに信頼出来る非同期 I/O サポートを追加することで提供し、また、ほかのイ ... 暫定 API であるとみなされています。 参考 PEP 3156 -- 非同期 IO サポートの再起動: "asyncio" モジュール PEP writ ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6393
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... evpoll が追加されました。これはハイパフォーマンスな非同期ソケットを /dev/poll 経由で提供するものです。 (Contr ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
ライブラリと拡張 FAQ — Python 3.6.5 ドキュメント 6316
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... はどうしますか? ¶ 主に select モジュールがソケットの非同期の I/O を扱うのに使われます。 TCP 接続がブロッキング ...
https://man.plustar.jp/python/faq/library.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 6316
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 呼び出しと短いスリープ) を使用して実装されています。非同期の待機には asyncio モジュールを使用してください ( as ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
PREV 1 2 3 4 5 NEXT