Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 54 for content (0.035 sec.)
21.22. http.server --- HTTP サーバ — Python 3.6.5 ドキュメント 7743
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he status code that passed to send_error() . error_content_type ¶ エラーレスポンスをクライアントに送信する時に ... 使う Content-Type HTTP ヘッダを指定します。デフォルトでは 'text ... バは全てのクライアントに対する応答に、正確な値を持つ Content-Length ヘッダを ( send_header() を使って) 含め なけ ... esponse code is one of the following: 1xx , 204 No Content , 205 Reset Content , 304 Not Modified . バージョン ...
https://man.plustar.jp/python/library/http.server.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7579
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... uired by the RFCs. cte_type ¶ Controls the type of Content Transfer Encodings that may be or are required to ... trings or string subclasses that do not change the content of the passed in arguments. デフォルトの実装はあり ... tional custom parsing will be added in the future. content_manager ¶ An object with at least two methods: get ... _content and set_content. When the get_content() or set_con ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
21.9. urllib.error --- urllib.request が投げる例外 — Python 3.6.5 ドキュメント 7461
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ダ。 バージョン 3.4 で追加. exception urllib.error. ContentTooShortError ( msg , content ) ¶ この例外は urlret ... 関数が、ダウンロードされたデータの量が予期した量 ( Content-Length ヘッダで与えられる) よりも少ないことを検知し ... た際に発生します。 content 属性には (恐らく途中までの) ダウンロードされたデー ...
https://man.plustar.jp/python/library/urllib.error.html - [similar]
21.11. http --- HTTP モジュール群 — Python 3.6.5 ドキュメント 7416
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... FORMATION HTTP/1.1 RFC 7231 , Section 6.3.4 204 NO_CONTENT HTTP/1.1 RFC 7231 , Section 6.3.5 205 RESET_CONTEN ... T HTTP/1.1 RFC 7231 , Section 6.3.6 206 PARTIAL_CONTENT HTTP/1.1 RFC 7233 , Section 4.1 207 MULTI_STATUS W ... tion 6.6.6 506 VARIANT_ALSO_NEGOTIATES Transparent Content Negotiation in HTTP RFC 2295 , Section 8.1 (Experi ... imental , REQUEST , 列挙 , Codes , Status Table of Contents 21.11. http --- HTTP モジュール群 21.11.1. HTTP ス ...
https://man.plustar.jp/python/library/http.html - [similar]
13.2. gzip --- gzip ファイルのサポート — Python 3.6.5 ドキュメント 7372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... pen ( '/home/joe/file.txt.gz' , 'rb' ) as f : file_content = f . read () GZIP 圧縮されたファイルを作成する例: ... import gzip content = b "Lots of content here" with gzip . open ( '/ho ... me/joe/file.txt.gz' , 'wb' ) as f : f . write ( content ) 既存のファイルを GZIP 圧縮する例: import gzip im ... 列を GZIP 圧縮する例: import gzip s_in = b "Lots of content here" s_out = gzip . compress ( s_in ) 参考 zlib モ ...
https://man.plustar.jp/python/library/gzip.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 7253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... n' , 'Request fulfilled from cache' ), 204 : ( 'No Content' , 'Request fulfilled, nothing follows' ), 205 : ( ... 'Reset Content' , 'Clear input form for further input.' ), 206 : ... ( 'Partial Content' , 'Partial content follows.' ), 300 : ( 'Multiple ... , 411 : ( 'Length Required' , 'Client must specify Content-Length.' ), 412 : ( 'Precondition Failed' , 'Preco ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 7253
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... set_boundary() method will raise this error if the content type is unknown when the method is called. Header ... が、そのペイロードがすでにスカラー値で、メッセージの Content-Type メインタイプが multipart でないか見付からない ... メータがありません。 StartBoundaryNotFoundDefect -- Content-Type ヘッダで宣言された開始境界がありません。 Clos ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 7179
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... re, specifically the names and nature of the MIME "content types" and how they identify multipart documents. ... f how those structures are represented. Since MIME content types are used widely in modern internet software ... y detect. Then we cover the headerregistry and the contentmanager sub-components, which provide tools for doi ... istry : カスタムヘッダーオブジェクト 19.1.7. email.contentmanager : MIME 内容の管理 19.1.7.1. Content Manager ...
https://man.plustar.jp/python/library/email.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 7179
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tionary interface, and adding payload(s) using set_content() and related methods, or they can be created by p ... t can be used to parse a message when the complete contents of the message are available in a bytes-like obje ... n MIME-encoded subparts, including subparts with a Content-Transfer-Encoding of 8bit . オプション引数 headers ... ill yield a list of subparts. Most messages with a content type of message/* (such as message/delivery-status ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
20.2. html.parser--- HTML および XHTML のシンプルなパーサー — Python 3.6.5 ドキ... 7134
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ドに送ることができます。 <!--[if IE 9]>IE9-specific content<![endif]--> の場合、このメソッドは '[if IE 9]>IE9- ... specific content<![endif]' を受け取ります。 HTMLParser. handle_decl ... <!-- a comment -->' ... '<!--[if IE 9]>IE-specific content<![endif]-->' ) Comment : a comment Comment : [if I ... E 9]>IE-specific content<![endif] 名前指定および数値文字参照をパースし、正し ...
https://man.plustar.jp/python/library/html.parser.html - [similar]
PREV 1 2 3 4 5 6 NEXT