Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 32 for wait (0.062 sec.)
18.1. socket --- 低水準ネットワークインターフェイス — Python 3.6.5 ドキュメント 7168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s already in use これは以前の実行がソケットを TIME_WAIT 状態のままにし、すぐには再利用できないことで起こり ... ind (( HOST , PORT )) SO_REUSEADDR フラグは、 TIME_WAIT 状態にあるローカルソケットをそのタイムアウト期限が ...
https://man.plustar.jp/python/library/socket.html - [similar]
28.3. venv --- 仮想環境の作成 — Python 3.6.5 ドキュメント 7168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... rgs = ( p . stderr , 'stderr' )) t2 . start () p . wait () t1 . join () t2 . join () if progress is not No ...
https://man.plustar.jp/python/library/venv.html - [similar]
11. 標準ライブラリミニツアー --- その 2 — Python 3.6.5 ドキュメント 7168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... es to run in foreground.' ) background . join () # Wait for the background task to finish print ( 'Main pr ... ogram waited until background was done.' ) マルチスレッドアプ ...
https://man.plustar.jp/python/tutorial/stdlib2.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 新たな文法機能: PEP 492 、コルーチン、async 構文と await 構文。 PEP 465 、新たな行列乗算演算子 a @ b 。 PEP ... ます。 新しい機能 ¶ PEP 492 - コルーチン、 async と await 構文 ¶ PEP 492 で 待機可能オブジェクト 、 コルーチ ... (): ... return 'spam' コルーチン関数内で、新たな await 式を用いることで結果が利用可能になるまでコルーチン ... の実行を停止することが出来ます。 __await__() メソッドを定義して awaitable プロトコルを実装す ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
4. その他の制御フローツール — Python 3.6.5 ドキュメント 7072
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ない時に使われます: >>> while True : ... pass # Busy-wait for keyboard interrupt (Ctrl+C) ... これは最小のク ...
https://man.plustar.jp/python/tutorial/controlflow.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 7072
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ars Gustäbel; bpo-7232 .) threading.Event クラスの wait() メソッドは、終了時に内部フラグを返すようになりま ... した。 wait() は内部フラグが真になるまでブロックすることを想定 ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7072
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ots = conduct_election ( site ) all_polls_closed . wait () # do not count until all polls are closed total ... conduct_election ( site ) try : all_polls_closed . wait ( timeout = midnight - time . now ()) except Broke ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6959
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... えば、あとはサブプロセスが終了するまで停止するために wait() メソッド呼び出すことが出来、停止することなく終了 ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 6959
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... osed -- no more tasks can be added. p . close () # Wait for tasks to exit p . join () # Output results for ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6959
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... multiprocessing ¶ 関数 multiprocessing.connection.wait() が追加されました。これは複数の (接続やソケット、 ... サイズが最大で length バイトになるよう切り詰めます。 waitid() : 一つ以上の子プロセスの完了を待ちます。 write ... ます; sigpending() : 保留中のシグナルを調べます; sigwait() : シグナルを待ちます; sigwaitinfo() : シグナルを ... ちますが、それについての詳細情報を返します; sigtimedwait() : sigwaitinfo() と似ていますがタイムアウト指定で ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 1 2 3 4 NEXT