Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 51 for header (0.072 sec.)
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7163
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... refold しません。 all は全ての行を refold します。 header_factory name と value を引数に取り、カスタムなヘッ ... オブジェクトを生成する呼び出し可能 (callable) です。 header_factory が、この新規ポリシーにより提供される新機能 ... Message オブジェクトから抽出されたすべてのヘッダは header_factory で生成されるオブジェクトであり、また、 Mes ... sage にヘッダをセットする場合のいつでも、それは header_factory で生成されるオブジェクトになります。すべて ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 7043
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . send_message ( msg ) s . quit () Parsing RFC822 headers can easily be done by the using the classes from ... r from email.policy import default # If the e-mail headers are in a file, uncomment these two lines: # with ... open(messagefile, 'rb') as fp: # headers = BytesParser(policy=default).parse(fp) # Or for ... parsing headers in a string (this is an uncommon operation), use: ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 6894
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ata files from a package distutils.command.install_headers Install C/C++ header files from a package distuti ... ext email messages from a message structure. email.header Representing non-ASCII headers email.headerregistr ... y Automatic Parsing of headers based on the field name email.iterators Iterate o ... handlers WSGI server/gateway base classes. wsgiref.headers WSGI response header tools. wsgiref.simple_server ...
https://man.plustar.jp/python/py-modindex.html - [similar]
正規表現 HOWTO — Python 3.6.5 ドキュメント 6819
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » 正規 ... nt components of interest. For example, an RFC-822 header line is divided into a header name and a value, se ... compile ( r """ \s* # Skip leading whitespace (?P<header>[^:]+) # Header name \s* : # Whitespace, and a col ... on (?P<value>.*?) # The header's value -- *? used to # lose the following trailin ... るかに読みやすいです: pat = re . compile ( r "\s*(?P<header>[^:]+)\s*:(?P<value>.*?)\s*$" ) フィードバック ¶ 正 ...
https://man.plustar.jp/python/howto/regex.html - [similar]
24.2. cmd --- 行指向のコマンドインタープリタのサポート — Python 3.6.5 ドキュメ... 6819
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... めに、オーバーライドされるかもしれません。 Cmd. doc_header ¶ ヘルプ出力に文書化されたコマンドのセクションがあ ... る場合に表示するヘッダ。 Cmd. misc_header ¶ ヘルプの出力にその他のヘルプ見出しがある(すなわち ... メソッドが存在する)場合に表示するヘッダ。 Cmd. undoc_header ¶ ヘルプ出力に文書化されていないコマンドのセクショ ...
https://man.plustar.jp/python/library/cmd.html - [similar]
21.4. wsgiref --- WSGI ユーティリティとリファレンス実装 — Python 3.6.5 ドキュメ... 6789
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tup_testing_defaults ( environ ) status = '200 OK' headers = [( 'Content-type' , 'text/plain; charset=utf-8' ... )] start_response ( status , headers ) ret = [( " %s : %s \n " % ( key , value )) . en ... ィリティを提供します: wsgiref.util. is_hop_by_hop ( header_name ) ¶ 'header_name' が RFC 2616 で定義されている ... chunk in wrapper : print ( chunk ) 21.4.2. wsgiref.headers -- WSGI レスポンスヘッダツール群 ¶ このモジュール ...
https://man.plustar.jp/python/library/wsgiref.html - [similar]
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 6744
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ing suitable for an RFC 2822 -compliant Message-ID header. Optional idstring if given, is a string used to s ... rmatting they provide is done automatically by the header parsing machinery of the new API. email.utils. quo ... s a way to generate standards conformant HTTP date headers. バージョン 3.3 で追加. email.utils. decode_rfc22 ...
https://man.plustar.jp/python/library/email.util.html - [similar]
10. API リファレンス — Python 3.6.5 ドキュメント 6669
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python モジュールの ... ァイルを作成します。 distutils.util. rfc822_escape ( header ) ¶ RFC 822 ヘッダに含められるよう加工した header ... rror を起こします。 FancyGetopt. generate_help ( [ header=None ] ) ¶ この FancyGetopt オブジェクトのオプショ ... 文字列のリスト)を生成します。 もし与えられていれば、 header をヘルプの先頭に出力します。 10.17. distutils.file ... たとえば install はサブコマンド install_lib install_headers などの親です。コマンドファミリーの親は sub_comman ...
https://man.plustar.jp/python/distutils/apiref.html - [similar]
19. インターネット上のデータの操作 — Python 3.6.5 ドキュメント 6669
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 5. email.errors : 例外及び欠陥クラス 19.1.6. email.headerregistry : カスタムヘッダーオブジェクト 19.1.7. ema ... ールと MIME オブジェクトを一から作成 19.1.11. email.header : 国際化されたヘッダ 19.1.12. email.charset : 文字 ...
https://man.plustar.jp/python/library/netdata.html - [similar]
26.5. unittest.mock --- モックオブジェクトライブラリ — Python 3.6.5 ドキュメン... 6669
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ススペルは正しいエラーを発生させます: >>> req . add_header ( 'spam' , 'eggs' ) <MagicMock name='request.Reque ... st().add_header()' id='...'> >>> req . add_header . assret_called_ ... as no attribute 'assret_called_with' >>> req . add_header . assert_called_with ( 'spam' , 'eggs' ) 多くの場合 ...
https://man.plustar.jp/python/library/unittest.mock.html - [similar]
PREV 1 2 3 4 5 6 NEXT