Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 31 for queue (0.037 sec.)
18. プロセス間通信とネットワーク — Python 3.6.5 ドキュメント 7279
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... オブジェクト 18.3.3. ポーリングオブジェクト 18.3.4. kqueue オブジェクト 18.3.5. kevent オブジェクト 18.4. sel ... 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/ipc.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 7279
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... winreg ConfigParser configparser copy_reg copyreg Queue queue SocketServer socketserver markupbase _markup ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7279
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... t モジュール関数: devpoll.poll() , epoll.poll() , kqueue.control() , poll.poll() , select() ; socket クラス ... thod uses. (Contributed by Yury Selivanov.) 新たな Queue.join() および Queue.task_done() キューメソッド。(C ... ontributed by Victor Stinner.) JoinableQueue クラスは asyncio.Queue クラスにより削除されました。 ... ibuted by Alex Gaynor in bpo-22788 .) The handlers.QueueListener class now takes a respect_handler_level ke ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
8.5. heapq --- ヒープキューアルゴリズム — Python 3.6.5 ドキュメント 7231
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... task raise KeyError ( 'pop from an empty priority queue' ) 8.5.3. 理論 ¶ ヒープとは、全ての k について、要 ...
https://man.plustar.jp/python/library/heapq.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7231
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... セス管理 17.6. sched --- イベントスケジューラ 17.7. queue --- 同期キュークラス 17.8. dummy_threading --- thr ...
https://man.plustar.jp/python/library/index.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 7231
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... it contains just one type, deque , a double-ended queue that supports efficiently adding and removing elem ... g', 'h', 'i'] >>> 'h' in d # search the deque True Queue や threading のようないくつかのモジュールで、 coll ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
8.3. collections --- コンテナデータ型 — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... この名前は「デック」と発音され、これは「double-ended queue」の省略形です)。Deque はどちらの側からも append と ...
https://man.plustar.jp/python/library/collections.html - [similar]
18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 2.5+ で利用可能な epoll() 、多くのBSDで利用可能な kqueue() 関数に対するアクセスを提供しています。 Windows 上 ... ーリングオブジェクト 節を参照してください。 select. kqueue ( ) ¶ (BSD でのみサポート) カーネルキュー(kernel q ... ューオブジェクトが提供しているメソッドについては、 kqueue オブジェクト 節を参照してください。 新しいファイル ... 的根拠については PEP 475 を見てください)。 18.3.4. kqueue オブジェクト ¶ kqueue. close ( ) ¶ kqueue オブジェ ...
https://man.plustar.jp/python/library/select.html - [similar]
17.1. threading --- スレッドベースの並列処理 — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... り低水準 な _thread モジュールの上に構築しています。 queue モジュールのドキュメントも参照してください。 また、 ...
https://man.plustar.jp/python/library/threading.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 7182
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... heapq module contains an implementation of a heap queue algorithm. A heap is an array-like data structure ... tyque.html for more information about the priority queue data structure.) heapq モジュールには、 heappush() ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
PREV 1 2 3 4 NEXT