Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 92 for encoding (0.054 sec.)
19.1.11. email.header: 国際化されたヘッダ — Python 3.6.5 ドキュメント 6301
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... legacy ( Compat32 ) email API. In the current API encoding and decoding of headers is handled transparently b ... to completely control the character sets used when encoding headers. The remaining text in this section is the ... ieces are converted to unicode using the specified encoding and joined together appropriately. Any pieces with ...
https://man.plustar.jp/python/library/email.header.html - [similar]
20.11. xml.sax.saxutils --- SAX ユーティリティ — Python 3.6.5 ドキュメント 6301
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... class xml.sax.saxutils. XMLGenerator ( out=None , encoding='iso-8859-1' , short_empty_elements=False ) ¶ この ... なければなりません。 デフォルトは sys.stdout です。 encoding は出力ストリームのエンコーディングで、デフォルトは ...
https://man.plustar.jp/python/library/xml.sax.utils.html - [similar]
23.2. locale --- 国際化サービス — Python 3.6.5 ドキュメント 6235
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 設定を取得しようと試み、結果をタプル (language code, encoding) の形式で返します。 POSIXによると、 setlocale(LC_A ... ードは RFC 1766 に対応します。 language code および encoding が決定できなかった場合、 None になるかもしれません ... ールカテゴリに対する現在の設定を、 language code 、 encoding を含むシーケンスで返します。 category として LC_AL ... ードは RFC 1766 に対応します。 language code および encoding が決定できなかった場合、 None になるかもしれません ...
https://man.plustar.jp/python/library/locale.html - [similar]
2. 字句解析 — Python 3.6.5 ドキュメント 6235
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... ントはトークンになりません。 2.1.4. エンコード宣言 (encoding declaration) ¶ Python スクリプト中の一行目か二行目 ... エンコード宣言式として推奨する形式は # -*- coding: <encoding-name> -*- これは GNU Emacs で認識できます。または ... # vim:fileencoding=<encoding-name> これは、Bram Moolenar による VIM が ... ィング宣言がなければ UTF-8 です。節 エンコード宣言 (encoding declaration) を参照してください。 より平易な説明: ...
https://man.plustar.jp/python/reference/lexical_analysis.html - [similar]
Logging クックブック — Python 3.6.5 ドキュメント 6168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... The formatted message will be encoded using UTF-8 encoding by SysLogHandler . If you follow the above rules, ... : def owned_file_handler ( filename , mode = 'a' , encoding = None , owner = None ): if owner : if not os . pa ... ) return logging . FileHandler ( filename , mode , encoding ) そして、 dictConfig() に渡される構成設定の中で、 ... ], 'filename' : 'chowntest.log' , 'mode' : 'w' , 'encoding' : 'utf-8' , }, }, 'root' : { 'handlers' : [ 'file ...
https://man.plustar.jp/python/howto/logging-cookbook.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 6168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . cte_type ¶ Controls the type of Content Transfer Encodings that may be or are required to be used. The possi ... be encoded using either quoted-printable or base64 encoding. 8bit data is not constrained to be 7 bit clean. D ... 22 , supporting non-ASCII characters in headers by encoding them as "encoded words". If True , follow RFC 6532 ... and use utf-8 encoding for headers. Messages formatted in this way may be ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6168
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ているかもしれません。 この関数はタプル (cert_bytes, encoding_type, trust) のリストで返します。encoding_type は ... ているかもしれません。 この関数はタプル (cert_bytes, encoding_type, trust) のリストで返します。encoding_type は ... CERTIFICATE ----- ... ( certificate in base64 PEM encoding ) ... ----- END CERTIFICATE ----- 18.2.4.1. 証明書 ... RSA PRIVATE KEY ----- ... ( private key in base64 encoding ) ... ----- END RSA PRIVATE KEY ----- ----- BEGIN ...
https://man.plustar.jp/python/library/ssl.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 6102
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 呼び出さなければなりません。 es ( str ) [const char *encoding, char **buffer] これは s の変化形で、Unicodeをキャ ... 。 et ( str , bytes または bytearray ) [const char *encoding, char **buffer] es と同じです。ただし、バイト文字列 ... っているものと仮定します。 es# ( str ) [const char *encoding, char **buffer, int *buffer_length] s# の変化形で、 ... et# ( str , bytes または bytearray ) [const char *encoding, char **buffer, int *buffer_length] es# と同じです ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
2. Python インタプリタを使う — Python 3.6.5 ドキュメント 6102
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ればなりません。書式は以下の通りです: # -*- coding: encoding -*- encoding には、Python が codecs でサポートして ...
https://man.plustar.jp/python/tutorial/interpreter.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6102
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... () は、デフォルトでは 8 ビット の Content-Transfer-Encoding MIME ヘッダをもったメッセージボディをそのヘッダで指 ... 与えると Generator は、 8 ビット の Content-Transfer-Encoding MIME ヘッダをもったメッセージボディを、 7 ビット の ... Content-Transfer-Encoding を持つものに変換します。 エンコードされていない非 ... データをそのままにし、 8ビットの Content-Transfer-Encoding を持つメッセージボディに含めます。 smtplib モジュー ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT