Python 3.6.5 ドキュメント 検索
Results of 1 - 10 of about 14 for poll (0.005 sec.)
- 18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 14721
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...オペレーティングシステムで利用可能な select() および poll() 関数、Solaris やその派生で利用可能な devpoll() 、...Linux 2.5+ で利用可能な epoll() 、多くのBSDで利用可能な kqueue() 関数に対するアク...ラスは OSError のエイリアスになりました。 select. devpoll ( ) ¶ (Solaris およびその派生でのみサポートされてい...ます) /dev/poll ポーリングオブジェクトを返します。 ポーリングオブジ... - https://man.plustar.jp/python/library/select.html - [similar]
- 18.6. asyncore --- 非同期ソケットハンドラ — Python 3.6.5 ドキュメント 10100
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...まで継続します。 asyncore. loop ( [ timeout [ , use_poll [ , map [ , count ] ] ] ] ) ¶ ポーリングループを開...場合のみ終了します。引数 timeout は select() または poll() の引数 timeout として渡され、秒単位で指定します。...デフォルト値は 30 秒です。引数 use_poll が真の場合、 select() ではなく poll() が使われます...ッドと writable() メソッドが呼び出され、 select() か poll() でread/writeイベントを検出するリストに登録するか... - https://man.plustar.jp/python/library/asyncore.html - [similar]
- 18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 8577
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...the fd. This can be used by a library to wakeup a poll or select call, allowing the signal to be fully pr...library to remove any bytes from fd before calling poll or select again. Use for example struct.unpack('%u...ifying a timeout. If timeout is specified as 0 , a poll is performed. Returns None if a timeout occurs. 利... - https://man.plustar.jp/python/library/signal.html - [similar]
- 21.21. socketserver --- ネットワークサーバのフレームワーク — Python 3.6.5 ドキ... 8577
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...and handle_request() will return. serve_forever ( poll_interval=0.5 ) ¶ Handle requests until an explicit...shutdown() request. Poll for shutdown every poll_interval seconds. Ignores... - https://man.plustar.jp/python/library/socketserver.html - [similar]
- What's New In Python 3.5 — Python 3.6.5 ドキュメント 8577
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho
...PEP を参照してください); select モジュール関数: devpoll.poll() , epoll.poll() , kqueue.control() , poll.po...Bruno Cauet in bpo-22940 .) selectors ¶ The new DevpollSelector supports efficient /dev/poll polling on So.../O for which SSLSocket 's readiness model ("select/poll") is inefficient. A new SSLContext.wrap_bio() meth... - https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
- 18. プロセス間通信とネットワーク — Python 3.6.5 ドキュメント 8104
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
.... select --- I/O 処理の完了を待機する 18.3.1. /dev/poll ポーリングオブジェクト 18.3.2. エッジおよびレベルト...リガポーリング (epoll) オブジェクト 18.3.3. ポーリングオブジェクト 18.3.... - https://man.plustar.jp/python/library/ipc.html - [similar]
- 18.4. selectors --- 高水準の I/O 多重化 — Python 3.6.5 ドキュメント 8104
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...基底クラスと、いくつかの具象実装 ( KqueueSelector , EpollSelector ...) を定義しており、これらは複数のファイル...¶ クラス階層: BaseSelector +-- SelectSelector +-- PollSelector +-- EpollSelector +-- DevpollSelector +--...lect() を基底とするセレクタです。 class selectors. PollSelector ¶ select.poll() を基底とするセレクタです。...class selectors. EpollSelector ¶ select.epoll() を基底とするセレクタです。... - https://man.plustar.jp/python/library/selectors.html - [similar]
- 18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 8104
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...です。 (当然のことながら、ほかのプリミティブ、例えば poll() や selectors モジュール内のものを使う際にも似た但...しています。 selectors モジュールを使ってイベントを poll し、 SSLWantWriteError , SSLWantReadError , Blocki...IO ルーティンが想定する「ファイル記述子上の select/poll」モデル(準備状態ベース)とは異なります。これは、こ... - https://man.plustar.jp/python/library/ssl.html - [similar]
- 17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 8104
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...スタンスには、以下のようなメソッドがあります: Popen. poll ( ) ¶ Check if child process has terminated. Set a...シェルのプロセス ID になります。 Popen. returncode ¶ poll() か wait() (か、間接的に communicate() ) から設定... - https://man.plustar.jp/python/library/subprocess.html - [similar]
- 18.5.6. サブプロセス — Python 3.6.5 ドキュメント 8017
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...に似せて設計されましたが、一部異なります: 明示的な poll() メソッドはありません communicate() および wait()... - https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]
