Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 71 for specified (0.008 sec.)
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 16768
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ltipart . If the part is a text part and errors is specified, use it as the error handler when decoding the pay ... to text , and set the subtype to subtype if it is specified, or plain if it is not. For bytes , use the specif ... and subtype , or raise a TypeError if they are not specified. For EmailMessage objects, set the maintype to mes ... sage , and set the subtype to subtype if it is specified or rfc822 if it is not. If subtype is partial , ra ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 11329
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ge. EmailMessage ( policy=default ) ¶ If policy is specified use the rules it specifies to update and serialize ... f the formatting produced by the method, since the specified policy will be passed to the Generator . Flattenin ... 変更: the default behavior when maxheaderlen is not specified was changed from defaulting to 0 to defaulting to ... f the formatting produced by the method, since the specified policy will be passed to the BytesGenerator . Flat ...
https://man.plustar.jp/python/library/email.message.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 8939
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nes according to the policy settings. If policy is specified, use that policy to control message generation. If ... object structure rooted at msg to the output file specified when the BytesGenerator instance was created. If t ... e. If linesep is None (the default), use the value specified in the policy . clone ( fp ) ¶ Return an independe ... nes according to the policy settings. If policy is specified, use that policy to control message generation. If ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 8742
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... び出されるべきです。 addFilter ( filter ) ¶ Adds the specified filter filter to this logger. removeFilter ( filte ... r ) ¶ Removes the specified filter filter from this logger. filter ( record ) ... s handler to fmt . addFilter ( filter ) ¶ Adds the specified filter filter to this handler. removeFilter ( filt ... er ) ¶ Removes the specified filter filter from this handler. filter ( record ) ...
https://man.plustar.jp/python/library/logging.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 8166
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ed with those parameters during initialization. If specified, local_hostname is used as the FQDN of the local h ... ing operations like the connection attempt (if not specified, the global default timeout setting will be used). ... sing starttls() is not appropriate. If host is not specified, the local host is used. If port is zero, the stan ... methods that support it, an "initial response" as specified in RFC 4954 can be sent along with the AUTH comman ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
17.5. subprocess --- サブプロセス管理 — Python 3.6.5 ドキュメント 8068
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... yte sequence, or a string if encoding or errors is specified or universal_newlines is true. When used, the inte ... できた場合に格納されます。 If encoding or errors are specified, or universal_newlines is true, file objects for s ... tdout and stderr are opened in text mode using the specified encoding and errors or the io.TextIOWrapper defaul ... ルハンドルに出力されます。 If encoding or errors are specified, or universal_newlines is true, the file objects s ...
https://man.plustar.jp/python/library/subprocess.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7787
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ader in RFC 5322 . Any header that does not have a specified syntax is treated as unstructured. The classic exa ... ng that date. If the timezone of the input date is specified as -0000 (indicating it is in UTC but contains no ... er name does not appear in the registry, the class specified by default_class is used as the specialized class. ... ut in RFC 5322 . As a convenience addr_spec can be specified instead of username and domain , in which case use ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 7787
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ptional _factory is a no-argument callable; if not specified use the message_factory from the policy . Call _fa ... never a new message object is needed. If policy is specified use the rules it specifies to update the represent ... ntation. Note: The policy keyword should always be specified ; The default will change to email.policy.default ... Parser . Note: The policy keyword should always be specified ; The default will change to email.policy.default ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 7787
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... url を使って、要求をサーバに送ります。 If body is specified, the specified data is sent after the headers are ... argument is only relevant if Transfer-Encoding is specified in headers . If encode_chunked is False , the HTTP ... TTPConnection. connect ( ) ¶ Connect to the server specified when the object was created. By default, this is c ... iteration of message_body will be chunk-encoded as specified in RFC 7230 , Section 3.3.1. How the data is encod ...
https://man.plustar.jp/python/library/http.client.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 7590
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... essage. Message ( policy=compat32 ) ¶ If policy is specified (it must be an instance of a policy class) use the ... t value you must override it explicitly (the value specified for max_line_length in the policy will be ignored ... f the formatting produced by the method, since the specified policy will be passed to the Generator . Flattenin ... f the formatting produced by the method, since the specified policy will be passed to the BytesGenerator . Flat ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT