Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 30 for messages (0.039 sec.)
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 12883
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ance of the object structure. For simple, non-MIME messages the payload of this root object will likely be a s ... tring containing the text of the message. For MIME messages, the root object will return True from its is_mult ... that is conducive to incremental parsing of email messages, such as would be necessary when reading the text ... xtremely accurate when parsing standards-compliant messages, and it does a very good job of parsing non-compli ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
19.1. email --- 電子メールと MIME 処理のためのパッケージ — Python 3.6.5 ドキュ... 12509
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... package is an "object model" that represents email messages. An application interacts with the package primari ... through the object model interface defined in the message sub-module. The application can use this API to ask ... interface. That is, following the nature of email messages and their MIME subcomponents, the email object mod ... ge is discouraged as it is too easy to end up with messages that are not valid in one way or another.) The con ...
https://man.plustar.jp/python/library/email.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 11031
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ng the parsing, manipulating, and generating email messages. email.charset Character Sets email.contentmanager ... package. email.generator Generate flat text email messages from a message structure. email.header Representin ... e. email.message The base class representing email messages. email.mime Build MIME messages. email.parser Pars ... e flat text email messages to produce a message object structure. email.polic ...
https://man.plustar.jp/python/py-modindex.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 10917
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e bodies, and for creating or modifying structured messages. An email message consists of headers and a payloa ... r a binary object, or a structured sequence of sub-messages each with their own set of headers and their own p ... ce and may not be the most useful way to serialize messages in your application, especially if you are dealing ... with multiple messages. See email.generator.Generator for a more flexible ...
https://man.plustar.jp/python/library/email.message.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 9179
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... EBUG ) # create file handler which logs even debug messages fh = logging . FileHandler ( 'spam.log' ) fh . set ... EBUG ) # create file handler which logs even debug messages fh = logging . FileHandler ( 'spam.log' ) fh . set ... emode = 'w' ) # define a Handler which writes INFO messages or higher to the sys.stderr console = logging . St ... gging . CRITICAL ] LOGGERS = [ 'a.b.c' , 'd.e.f' ] MESSAGES = [ 'Random message #1' , 'Random message #2' , 'R ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
19.1.3. email.generator: MIME 文書の生成 — Python 3.6.5 ドキュメント 9179
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... mpliant way, should handle MIME and non-MIME email messages just fine, and is designed so that the bytes-orien ... nt Transfer Encoding techniques for encoding email messages for transport over channels that are not "8 bit cl ... all others). mangle_from_ is intended for use when messages are stored in unix mbox format (see mailbox and WH ... all others). mangle_from_ is intended for use when messages are stored in unix mbox format (see mailbox and WH ...
https://man.plustar.jp/python/library/email.generator.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 8935
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... y message object. Used by the parser when building messages. Defaults to None , in which case Message is used. ... ide such an attribute, otherwise defects in parsed messages will raise unexpected errors. header_max_count ( n ... ollow RFC 6532 and use utf-8 encoding for headers. Messages formatted in this way may be passed to SMTP server ... です。 email.policy. SMTP ¶ Suitable for serializing messages in conformance with the email RFCs. Like default , ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 8447
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... defects that the FeedParser can find while parsing messages. Note that the defects are added to the message wh ... age object would have a defect, but the containing messages would not. All defect classes are subclassed from ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
16.6. logging --- Python 用ロギング機能 — Python 3.6.5 ドキュメント 8204
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... addition to any handlers attached to this logger. Messages are passed directly to the ancestor loggers' handl ... s the threshold for this logger to level . Logging messages which are less severe than level will be ignored; ... logging messages which have severity level or higher will be emitte ... ated, the level is set to NOTSET (which causes all messages to be processed when the logger is the root logger ...
https://man.plustar.jp/python/library/logging.html - [similar]
23.1. gettext --- 多言語対応に関する国際化サービス — Python 3.6.5 ドキュメント 8074
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ファイルを探しに、(Unixでは) localedir/language/LC_MESSAGES/domain.mo というパスを見に行きます。 ここで langua ... ge はそれぞれ環境変数 LANGUAGE 、 LC_ALL 、 LC_MESSAGES 、 LANG の中から検索されます。 localedir が省略され ... かった場合、以下の環境変数: LANGUAGE 、 LC_ALL 、 LC_MESSAGES 、および LANG が検索されます。空でない値を返した最 ... 素について、以下のパス構成: localedir / language /LC_MESSAGES/ domain .mo からなる実在するファイルの探索を反復的 ...
https://man.plustar.jp/python/library/gettext.html - [similar]
PREV 1 2 3 NEXT