Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 31 for queue (0.097 sec.)
17. 並行実行 — Python 3.6.5 ドキュメント 7619
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ess クラスと例外 17.2.2.2. パイプ (Pipe) とキュー (Queue) 17.2.2.3. その他 17.2.2.4. Connection オブジェクト ... スケジューラ 17.6.1. スケジューラオブジェクト 17.7. queue --- 同期キュークラス 17.7.1. キューオブジェクト 以 ...
https://man.plustar.jp/python/library/concurrency.html - [similar]
17.6. sched --- イベントスケジューラ — Python 3.6.5 ドキュメント 7619
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... で追加: blocking 引数が追加されました。 scheduler. queue ¶ 読み出し専用の属性で、これから起こるイベントが実 ... bprocess --- サブプロセス管理 次のトピックへ 17.7. queue --- 同期キュークラス ナビゲーション 索引 モジュール ...
https://man.plustar.jp/python/library/sched.html - [similar]
17.8. dummy_threading --- threading の代替モジュール — Python 3.6.5 ドキュメン... 7571
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tware , Foundation , トピック 前のトピックへ 17.7. queue --- 同期キュークラス 次のトピックへ 17.9. _thread ...
https://man.plustar.jp/python/library/dummy_threading.html - [similar]
21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 7522
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リシを変更するために設定することができます。 request_queue_size ¶ 要求待ち行列 (queue) のサイズです。単一の要 ... る場合には、サーバが処理中に届いた要求は最大 request_queue_size 個まで待ち行列に置かれます。待ち行列が一杯にな ...
https://man.plustar.jp/python/library/socketserver.html - [similar]
16.8. logging.handlers --- ロギングハンドラ — Python 3.6.5 ドキュメント 7473
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... urllib.parse.urlencode() を呼び出します。 16.8.15. QueueHandler ¶ バージョン 3.2 で追加. logging.handlers モ ... ジュールに含まれる QueueHandler クラスは、 queue モジュールや multiprocessi ... にログメッセージを送信する機能をサポートしています。 QueueListener クラスとともに QueueHandler を使うと、ロギ ... ケーションにおいて重要です。 class logging.handlers. QueueHandler ( queue ) ¶ QueueHandler クラスの新しいイン ...
https://man.plustar.jp/python/library/logging.handlers.html - [similar]
10.1. itertools --- 効率的なループ実行のためのイテレータ生成関数 — Python 3.6.5... 7425
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ctools.partial(heappop, h), IndexError) # priority queue iterator iter_except(d.popitem, KeyError) # non-bl ... -blocking deque iterator iter_except(q.get_nowait, Queue.Empty) # loop over a producer Queue iter_except(s. ...
https://man.plustar.jp/python/library/itertools.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 7376
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... き起こすことがあります。したがって、タスク間調整では queue モジュールを使って他の複数のスレッドからのリクエス ... 中させるほうが良いでしょう。スレッド間の通信や調整に Queue オブジェクトを使うと、設計が容易になり、可読性が高 ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
Logging HOWTO — Python 3.6.5 ドキュメント 7328
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... s は、使われている基の機構をサポートしていません。 QueueHandler インスタンスは、 queue モジュールや multipr ... メッセージを送ります。 instances send messages to a queue, such as those implemented in the queue or multipr ... で追加: NullHandler クラス。 バージョン 3.2 で追加: QueueHandler クラス。 コア logging パッケージで、 NullHa ...
https://man.plustar.jp/python/howto/logging.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7328
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... モジュールで提供されている両端キュー (double-ended queue) 型 deque に、キュー内で最初に現れる value を削除す ... 2.0 にしました。 (Contributed by Trent Mick.) The Queue class provided by the Queue module gained two new ... methods. join() blocks until all items in the queue have been retrieved and all processing work on the ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
18.5. asyncio --- 非同期 I/O、イベントループ、コルーチンおよびタスク — Python 3... 7279
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 5.7.2.2. BoundedSemaphore 18.5.8. キュー 18.5.8.1. Queue 18.5.8.2. PriorityQueue 18.5.8.3. LifoQueue 18.5.8 ...
https://man.plustar.jp/python/library/asyncio.html - [similar]
PREV 1 2 3 4 NEXT