Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 39 of about 39 for timeout (0.104 sec.)
12.6. sqlite3 --- SQLite データベースに対する DB-API 2.0 インタフェース — Pytho... 6687
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... いうことになります。 sqlite3. connect ( database [ , timeout , detect_types , isolation_level , check_same_thre ... トランザクションがコミットされるまでロックされます。 timeout パラメータで、例外を送出するまで接続がロックが解除 ...
https://man.plustar.jp/python/library/sqlite3.html - [similar]
18.5.6. サブプロセス — Python 3.6.5 ドキュメント 6609
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... はありません communicate() および wait() メソッドは timeout 引数を取りません: wait_for() 関数を使用してください ...
https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 6546
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... ( host , port ), handler ) self . abort = 0 self . timeout = 1 self . logname = None def serve_until_stopped ... lect ([ self . socket . fileno ()], [], [], self . timeout ) if rd : self . handle_request () abort = self . ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
ソケットプログラミング HOWTO — Python 3.6.5 ドキュメント 6546
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » ソケ ... ial_readers , potential_writers , potential_errs , timeout ) select に三つのリストを渡しているが、一番目にはあ ...
https://man.plustar.jp/python/howto/sockets.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 6546
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... んの小さな送信がバッファリングされることを防ぎます。 timeout クラス属性は、リクエストソケットに適用されるタイム ... の時間内にリクエストが受け付けられなければ、 handle_timeout() が呼び出され、 handle_request() が返されます。(C ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 6468
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... is True , getch() will be non-blocking. window. notimeout ( flag ) ¶ If flag is True , escape sequences will ... 、上位のすべてのウィンドウ内でも更新します。 window. timeout ( delay ) ¶ Set blocking or non-blocking read beha ...
https://man.plustar.jp/python/library/curses.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6468
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e() , getsockname() getsockopt() , setsockopt() gettimeout() , settimeout() , setblocking() listen() makefile ... が使用するセッションオブジェクトです。 id ¶ time ¶ timeout ¶ ticket_lifetime_hint ¶ has_ticket ¶ 18.2.9. セキ ...
https://man.plustar.jp/python/library/ssl.html - [similar]
What's New in Python 2.3 — Python 3.6.5 ドキュメント 6468
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ートするようになりました。ソケットオブジェクトの settimeout(t) メソッドに t 秒を与えることで行えます。これに続 ... 秒を超えて完了しない場合には操作は中断し、 socket.timeout 例外を投げます。 オリジナルのタイムアウト実装は Ti ...
https://man.plustar.jp/python/whatsnew/2.3.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 6468
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... from Victor Stinner.) New Linux constants TCP_USER_TIMEOUT and TCP_CONGESTION were added. (Contributed by Oma ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 2 3 4 NEXT