Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 15 for selectors (0.004 sec.)
- 18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 14890
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...リ » 18. プロセス間通信とネットワーク » 18.4. selectors --- 高水準の I/O 多重化 ¶ バージョン 3.4 で追加. ソ...ースコード: Lib/selectors.py 18.4.1. はじめに ¶ このモジュールにより、 selec...T_READ 読み込み可能 EVENT_WRITE 書き込み可能 class selectors. SelectorKey ¶ SelectorKey はそれの下層のファイルデ...のセッション ID を格納するために使用できます。 class selectors. BaseSelector ¶ BaseSelector は複数のファイルオブジ... - https://man.plustar.jp/python/library/selectors.html - [similar]
- 18.5.2. イベントループ — Python 3.6.5 ドキュメント 9944
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...提供しています。 class asyncio. SelectorEventLoop ¶ selectors モジュールベースのイベントループで、 AbstractEvent...デフォルトのイベントループは SelectorEventLoop で、 selectors.KqueueSelector を使用します。 selectors.KqueueSele...llSelector を使用します。例: import asyncio import selectors selector = selectors . SelectSelector () loop = as... - https://man.plustar.jp/python/library/asyncio-eventloops.html - [similar]
- 10.1. itertools --- 効率的なループ実行のためのイテレータ生成関数 — Python 3.6.5... 9160
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...e(['ABC', 'DEF']) --> A B C D E F compress() data, selectors (d[0] if s[0]), (d[1] if s[1]), ... compress('ABCD...バージョン 3.1 で追加. itertools. compress ( data , selectors ) ¶ data の要素から selectors の対応する要素が Tru...ものだけをフィルタしたイテレータを作ります。 data と selectors のいずれかが尽きたときに止まります。およそ次と等価...です: def compress ( data , selectors ): # compress('ABCDEF', [1,0,1,0,1,1]) --> A C E F... - https://man.plustar.jp/python/library/itertools.html - [similar]
- 21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 8272
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...it table of partially finished requests and to use selectors to decide which request to work on next (or whethe...istening. This function is most commonly passed to selectors , to allow monitoring multiple servers in the same... - https://man.plustar.jp/python/library/socketserver.html - [similar]
- 18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 8168
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ているかを決定するために使うことはできません。 注釈 selectors モジュールにより、 select モジュールプリミティブに...ェクトに対する TLS/SSL ラッパー 次のトピックへ 18.4. selectors --- 高水準の I/O 多重化 ナビゲーション 索引 モジュ... - https://man.plustar.jp/python/library/select.html - [similar]
- What's New In Python 3.4 — Python 3.6.5 ドキュメント 8168
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...オブジェクト指向のファイルシステムパス ( PEP 428 )。 selectors : 高水準で効率的な I/O の多重化 、 select モジュー...パス PEP written and implemented by Antoine Pitrou. selectors ¶ 新規モジュール selectors ( PEP 3156 の一部として...変更 新たなモジュール asyncio ensurepip enum pathlib selectors statistics tracemalloc 改良されたモジュール abc ai... - https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
- 18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよびタスク — Python 3... 8081
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...ル , asyncio , Echo , サーバー 前のトピックへ 18.4. selectors --- 高水準の I/O 多重化 次のトピックへ 18.5.1. 基底... - https://man.plustar.jp/python/library/asyncio.html - [similar]
- 18. プロセス間通信とネットワーク — Python 3.6.5 ドキュメント 8081
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...eue オブジェクト 18.3.5. kevent オブジェクト 18.4. selectors --- 高水準の I/O 多重化 18.4.1. はじめに 18.4.2. ク... - https://man.plustar.jp/python/library/ipc.html - [similar]
- Pythonモジュール索引 — Python 3.6.5 ドキュメント 8081
- ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b |
...elect Wait for I/O completion on multiple streams. selectors High-level I/O multiplexing. shelve Python object... - https://man.plustar.jp/python/py-modindex.html - [similar]
- 関数型プログラミング HOWTO — Python 3.6.5 ドキュメント 7976
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 関数
...6 , 7 , 8 , 9 , 10 , ... itertools.compress(data, selectors) は 2つのイテレータを取り、 どちらかのイテレータを...使い果たすまでの、 selectors が真となる要素に対応する data 要素だけを返します:... - https://man.plustar.jp/python/howto/functional.html - [similar]
