Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 18 of about 18 for PIPE (0.048 sec.)
17. 並行実行 — Python 3.6.5 ドキュメント 7824
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ス 17.2.2.1. Process クラスと例外 17.2.2.2. パイプ (Pipe) とキュー (Queue) 17.2.2.3. その他 17.2.2.4. Conne ...
https://man.plustar.jp/python/library/concurrency.html - [similar]
18.8. signal --- 非同期イベントにハンドラを設定する — Python 3.6.5 ドキュメント 7704
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... く少数のシグナルハンドラをインストールしています: SIGPIPE は無視され (したがって、 pipe や socket に対する書 ...
https://man.plustar.jp/python/library/signal.html - [similar]
ソケットプログラミング HOWTO — Python 3.6.5 ドキュメント 7652
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » ソケ ... のマシン上の2プロセス間で高速なIPCを行いたい場合は、pipe か共有メモリを検討するべきです。AF_INET ソケットを ...
https://man.plustar.jp/python/howto/sockets.html - [similar]
18.3. select --- I/O 処理の完了を待機する — Python 3.6.5 ドキュメント 7652
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 理的根拠については PEP 475 を見てください)。 select. PIPE_BUF ¶ select() , poll() またはこのモジュールの別の ...
https://man.plustar.jp/python/library/select.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7652
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... -10554 .) select ¶ select モジュールに新規定数属性 PIPE_BUF が公開されました。これは select.select() がパイ ... る最小バイト数です。 >>> import select >>> select . PIPE_BUF 512 (Available on Unix systems. Patch by Sébas ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 7583
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... = subprocess . Popen ( cmd , stdout = subprocess . PIPE , stderr = subprocess . STDOUT ) # wait for the pr ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 7583
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 記述子を渡すことが出来ます。あるいは定数 subprocess.PIPE を渡してサブプロセスと親とのパイプを作成することが ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7583
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... "ls" , "-l" , "/dev/null" ], stdout = subprocess . PIPE ) CompletedProcess(args=['ls', '-l', '/dev/null'], ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV 1 2 NEXT