Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 32 for wait (0.019 sec.)
18.5.1. 基底イベントループ — Python 3.6.5 ドキュメント 7829
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... た整数でなければなりません。 reuse_address は、 TIME_WAIT 状態にあるローカルソケットを、その状態が自然にタイ ... 上での SSL を有効にします。 reuse_address は、 TIME_WAIT 状態にあるローカルソケットを、その状態が自然にタイ ... 非同期に停止されます。サーバーの停止を待ちたい場合は wait_closed() コルーチンを使用します。 coroutine wait_c ...
https://man.plustar.jp/python/library/asyncio-eventloop.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 7603
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... h ) # This is the listener process top-level loop: wait for logging events # (LogRecords)on the queue and ... # the listener, create ten workers and start them, wait for them to finish, # then send a None to the queu ... rt () for w in workers : w . join () queue . put_nowait ( None ) listener . join () if __name__ == '__main ... eful work of its own # Once it's done that, it can wait for the workers to terminate... for wp in workers ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
Python で Curses プログラミング — Python 3.6.5 ドキュメント 7491
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... grams go into a flurry of activity, and then pause waiting for a keypress or some other action on the part ... that the screen has been redrawn before pausing to wait for user input, by first calling stdscr.refresh() ... ドがあります。 getch() refreshes the screen and then waits for the user to hit a key, displaying the key if ... y name such as KEY_UP or ^G . It's possible to not wait for the user using the nodelay() window method. Af ...
https://man.plustar.jp/python/howto/curses.html - [similar]
18.5.4. Transports and protocols (callback based API) — Python 3.6.5 ドキュメン... 7394
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... er . close () loop . run_until_complete ( server . wait_closed ()) loop . close () Transport.close() は、デ ... event loop loop . stop () # Register the socket to wait for data connect_coro = loop . create_connection ( ...
https://man.plustar.jp/python/library/asyncio-protocol.html - [similar]
18.5.8. キュー — Python 3.6.5 ドキュメント 7394
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 計されましたが、 timeout 引数はありません。 asyncio.wait_for() 関数を用いてタイムアオウト後にタスクをキャン ... ドは コルーチン です。 参考 empty() メソッド。 get_nowait ( ) ¶ キューから要素を削除して返します。 直ちに利用 ... ドは コルーチン です。 参考 full() メソッド。 put_nowait ( item ) ¶ ブロックせずにアイテムをキューに追加しま ... .3.1. 例外 ¶ exception asyncio. QueueEmpty ¶ get_nowait() メソッドが空の Queue オブジェクトに対して呼ばれた ...
https://man.plustar.jp/python/library/asyncio-queue.html - [similar]
16.1. os --- 雑多なオペレーティングシステムインタフェース — Python 3.6.5 ドキュ... 7281
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... バージョン 3.5 で追加. os. SF_NODISKIO ¶ os. SF_MNOWAIT ¶ os. SF_SYNC ¶ 実装がサポートしている場合 sendfil ... き換える セクションを参照してください ) mode が P_NOWAIT の場合、この関数は新たなプロセスのプロセス ID を返 ... します ; mode が P_WAIT の場合、子プロセスが正常に終了するとその終了コード ... プロセス ID は実際にはプロセスハンドル値になるので、 waitpid() 関数で使えます。 "l" および "v" のついた spaw ...
https://man.plustar.jp/python/library/os.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 7281
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... secure random numbers for managing secrets. select Wait for I/O completion on multiple streams. selectors ...
https://man.plustar.jp/python/py-modindex.html - [similar]
Windows 上の Python FAQ — Python 3.6.5 ドキュメント 7168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python よくある質問 ... vely and have them executed or evaluated while you wait. This is one of Python's strongest features. Check ...
https://man.plustar.jp/python/faq/windows.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 7168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ay mode, return -1 if there is no input, otherwise wait until a key is pressed. window. get_wch ( [ y , x ... lay is negative, blocking read is used (which will wait indefinitely for input). If delay is zero, then no ... is used, and getch() will return -1 if no input is waiting. If delay is positive, then getch() will block ...
https://man.plustar.jp/python/library/curses.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tten ( msg ) >>> p . stdin . close () >>> rc = p . wait () Here we are telling BytesGenerator to use the R ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
PREV 1 2 3 4 NEXT