Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 48 for part (0.026 sec.)
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 14449
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... d value are separated by a colon. The colon is not part of either the field name or the field value. The p ... ted by the message having a MIME type such as multipart/* or message/rfc822 . The conceptual model provide ... objects, for MIME container documents such as multipart/* and message/rfc822 message objects. class email. ... object containing the serialized message. is_multipart ( ) ¶ Return True if the message's payload is a li ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 14146
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... headers [ 'subject' ])) # You can also access the parts of the addresses: print ( 'Recipient username: {} ... ry ) except FileExistsError : pass counter = 1 for part in msg . walk (): # multipart/* are just container ... s if part . get_content_maintype () == 'multipart' : continu ... 't be used to overwrite important files filename = part . get_filename () if not filename : ext = mimetype ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 9360
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... g , obj , *args , **kw ) ¶ If the maintype is multipart , raise a TypeError ; otherwise look up a handler ... Version header if one is not present (see also MIMEPart ). add_get_handler ( key , handler ) ¶ Record the ... es compared to the base API: get_content on a text part will return a unicode string without the applicati ... of options for controlling the headers added to a part and controlling the content transfer encoding, and ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 9072
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he non-ASCII Content-Transfer-Encoding of any body parts that have them. If cte_type is 7bit , convert the ... ble Content-Transfer-Encoding . That is, transform parts with non-ASCII Content-Transfer-Encoding ( Conten ... ndard one. The default is False . Note that for subparts, no envelope header is ever printed. If linesep i ... ble Content-Transfer-Encoding . That is, transform parts with non-ASCII Cotnent-Transfer-Encoding ( Conten ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 8966
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... d value are separated by a colon. The colon is not part of either the field name or the field value. The p ... ted by the message having a MIME type such as multipart/* or message/rfc822 . The conceptual model provide ... e objects, for MIME container documents (e.g. multipart/* and message/rfc822 ). Message クラスのメソッドは ... ジェクトを作ります。 バージョン 3.4 で追加. is_multipart ( ) ¶ Return True if the message's payload is a li ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 8163
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 21 : "MIME (Multipurpose Internet Mail Extensions) Part One: Mechanisms for Specifying and Describing the ... 22 : "MIME (Multipurpose Internet Mail Extensions) Part Two: Message Header Extensions for Non-ASCII Text" ...
https://man.plustar.jp/python/library/quopri.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7967
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... operating on file system paths will lead to third-party code to implicitly support all path-like objects ... e, tracking frame evaluation, etc. This API is not part of the limited C API and is marked as private to s ... the code easier to understand, test, and improve. Part of making IDLE look better, especially on Linux an ... ion of idlelib modules. The renaming of files with partial uppercase names is similar to the renaming of, ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7876
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... represented by customized subclasses of str . The particular class used to represent a given header is de ... he headers are created. This section documents the particular header_factory implemented by the email pack ... e that string may contain content-transfer-encoded parts, but should correctly handle all valid unicode ch ... found in the header value. Addresses that are not part of a group are represented in this list as single- ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 7573
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... since version 3.3, will be removed in version 4.0: Part of the old-style Py_UNICODE API; please migrate to ... since version 3.3, will be removed in version 4.0: Part of the old-style Py_UNICODE API; please migrate to ... since version 3.3, will be removed in version 4.0: Part of the old-style Py_UNICODE API; please migrate to ... since version 3.3, will be removed in version 4.0: Part of the old-style Py_UNICODE API; please migrate to ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
6.1. string --- 一般的な文字列操作 — Python 3.6.5 ドキュメント 7573
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ( 'The complex number {0} is formed from the real part {0.real} ' ... 'and the imaginary part {0.imag} .' ... 'The complex number (3-5j) is formed from the real part 3.0 and the imaginary part -5.0.' >>> class Point ...
https://man.plustar.jp/python/library/string.html - [similar]
PREV 1 2 3 4 5 NEXT