Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 31 for Status (0.019 sec.)
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 13249
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... okie の永続化機能を提供しています http は http.HTTPStatus 列挙子で 多くの HTTP ステータスコードと関連するメッ ... 定義しているモジュールでもあります。 class http. HTTPStatus ¶ バージョン 3.5 で追加. 一連の HTTP ステータスコー ... のサブクラスです。 使い方: >>> from http import HTTPStatus >>> HTTPStatus . OK <HTTPStatus.OK: 200> >>> HTTPS ... tatus . OK == 200 True >>> http . HTTPStatus . OK . value 200 >>> HTTPStatus . OK . phrase 'OK' ...
https://man.plustar.jp/python/library/http.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 12116
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... art_response ): setup_testing_defaults ( environ ) status = '200 OK' headers = [( 'Content-type' , 'text/pla ... in; charset=utf-8' )] start_response ( status , headers ) ret = [( " %s : %s \n " % ( key , valu ... break def simple_app ( environ , start_response ): status = '200 OK' # HTTP Status headers = [( 'Content-typ ... , 'text/plain' )] # HTTP Headers start_response ( status , headers ) # This is going to break because we ne ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
19.4. mailbox --- 様々な形式のメールボックス操作 — Python 3.6.5 ドキュメント 11744
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... DFMessage のインスタンスに基づいて生成されるとき、 Status および X-Status ヘッダは省かれ以下の変換が行われま ... けられているかどうかといったようなもの、は典型的には Status および X-Status に収められます。 規定されている mb ... み(Answered) 返答されたもの "R" および "O" フラグは Status ヘッダに記録され、 "D"、"F"、"A" フラグは X-Status ... DFMessage のインスタンスに基づいて生成されるとき、 Status および X-Status ヘッダは省かれ以下の変換が行われま ...
https://man.plustar.jp/python/library/mailbox.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 11178
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... State のサブクラスです。 exception http.client. BadStatusLine ¶ HTTPException のサブクラスです。サーバが理解 ... nected ¶ A subclass of ConnectionResetError and BadStatusLine . Raised by HTTPConnection.getresponse() when ... connection. バージョン 3.5 で追加: Previously, BadStatusLine ('') was raised. このモジュールで定義されている ... ます。 See HTTP ステータスコード for a list of HTTP status codes that are available in this module as constan ...
https://man.plustar.jp/python/library/http.client.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 9091
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... て core を生成しようと試みます。 void Py_Exit ( int status ) ¶ Exit the current process. This calls Py_Finali ... nd then calls the standard C library function exit(status) . If Py_FinalizeEx() indicates an error, the exit ... status is set to 120. バージョン 3.6 で変更: Errors from ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
21.9. urllib.error --- urllib.request が投げる例外 — Python 3.6.5 ドキュメント 8331
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... TP エラーを処理するのに役立ちます。 code ¶ An HTTP status code as defined in RFC 2616 . This numeric value c ...
https://man.plustar.jp/python/library/urllib.error.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 7959
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e ()) multipart/report text/plain message/delivery-status text/plain text/plain message/rfc822 text/plain wa ... msg ) multipart/report text/plain message/delivery-status text/plain text/plain message/rfc822 text/plain He ...
https://man.plustar.jp/python/library/email.message.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 7959
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... RFC 1730 ) 準拠のサーバと後方互換性がありますが、 STATUS コマンドは IMAP4 ではサポートされていないので注意し ... しました。( ssl.HAS_SNI を参照してください)。 IMAP4. status ( mailbox , names ) ¶ mailbox の指定ステータス名の ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 7765
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e ()) multipart/report text/plain message/delivery-status text/plain text/plain message/rfc822 text/plain wa ... msg ) multipart/report text/plain message/delivery-status text/plain text/plain message/rfc822 text/plain He ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7765
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... .0 (all backported to 3.5.x due to the provisional status): The get_event_loop() function has been changed t ... explicitly call the wait() method to read the exit status of the child process. (Contributed by Victor Stinn ... ) (and the main interpreter) now override the exit status with 120 if flushing buffered data failed. See bpo ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 2 3 4 NEXT