Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 92 for encoding (0.045 sec.)
19.1.13. email.encoders: エンコーダ — Python 3.6.5 ドキュメント 8238
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... にセットしなおします。これらはまた Content-Transfer-Encoding ヘッダを適切な値に設定します。 マルチパートメッセー ... ed-printable 形式にエンコードし、 Content-Transfer-Encoding ヘッダを quoted-printable [1] に設定します。これは ... ードを base64 形式でエンコードし、 Content-Transfer-Encoding ヘッダを base64 に変更します。これはペイロード中の ... ませんが、ペイロードの形式に応じて Content-Transfer-Encoding ヘッダを 7bit あるいは 8bit に適した形に設定します ...
https://man.plustar.jp/python/library/email.encoders.html - [similar]
オペレーティングシステム関連のユーティリティ — Python 3.6.5 ドキュメント 7813
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... エラーハンドラを使ってバイト列をエスケープします。 Encoding, highest priority to lowest priority: UTF-8 on mac ... le is "C" , nl_langinfo(CODESET) returns the ASCII encoding (or an alias), and mbstowcs() and wcstombs() funct ... ions use the ISO-8859-1 encoding. the current locale encoding ( LC_CTYPE locale). R ... ト文字は 0x80 から 0xFF までのバイトに変換されます。 Encoding, highest priority to lowest priority: UTF-8 on mac ...
https://man.plustar.jp/python/c-api/sys.html - [similar]
Argument Clinic How-To — Python 3.6.5 ドキュメント 7681
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Argu ... quire two arguments (like a length variable, or an encoding string, or a pointer to a conversion function), en ... n" to use to convert this object to a native type. encoding Only supported for strings. Specifies the encoding ... t(accept={str}) 'd' double 'D' Py_complex 'es' str(encoding='name_of_encoding') 'es#' str(encoding='name_of_en ... coding', zeroes=True) 'et' str(encoding='name_of_encoding', accept={bytes, bytearray, str} ...
https://man.plustar.jp/python/howto/clinic.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 7482
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジュールレベルで以下の定数が利用できます。 tarfile. ENCODING ¶ 既定の文字エンコーディング。Windows では 'utf-8' ... 、それ以外では sys.getfilesystemencoding() の返り値です。 以下の各定数は、 tarfile モジュー ... TarInfo , dereference=False , ignore_zeros=False , encoding=ENCODING , errors='surrogateescape' , pax_headers= ... l) エラーも TarError 例外として送出されます。 引数 encoding および errors にはアーカイブの読み書きやエラー文字 ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 7336
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... de_FromEncodedObject ( PyObject *obj , const char *encoding , const char *errors ) ¶ Return value: New referen ... bytearray や他の bytes-like objects は、与えられた encoding に従ってデコードされ、 errors で定義されたエラーハ ... れるロケールエンコーディングの) Py_FileSystemDefaultEncoding の文字列をデコードします。 参考 Py_DecodeLocale() ... 変更: The function now also uses the current locale encoding for the surrogateescape error handler. Previously, ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 7336
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ded to a part and controlling the content transfer encoding, and it enables the use of the various add_ method ... e the payload using the specified content transfer encoding, and set the Content-Transfer-Encoding header to t ... . If the input cannot be encoded in the specified encoding (for example, specifying a cte of 7bit for an inpu ... t set use heuristics to determine the most compact encoding. For EmailMessage , per RFC 2046 , raise an error ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
20.7. xml.dom.minidom --- 最小限の DOM の実装 — Python 3.6.5 ドキュメント 7269
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 定します。 Document ノードでは、追加のキーワード引数 encoding を使って XML ヘッダの encoding フィールドを指定する ... ことができます。 Node. toxml ( encoding=None ) ¶ DOM ノードによって表わされる XML を含んだ ... 文字列またはバイト文字列を返します。 明示的に encoding [1] 引数を渡すと、結果は指定されたエンコードのバイ ... ト文字列になります。 encoding 引数なしだと、結果は unicode 文字列です。また、結果 ...
https://man.plustar.jp/python/library/xml.dom.minidom.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7203
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... however, has an RFC 5322 compatible mechanism for encoding non-ASCII text as ASCII characters within a header ... も提供しています: groups ¶ A tuple of Group objects encoding the addresses and groups found in the header value ... e is None . addresses ¶ A tuple of Address objects encoding all of the individual addresses from the header va ... on use. class email.headerregistry. ContentTransferEncoding ¶ Content-Transfer-Encoding ヘッダを扱います。 cte ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
12.1. pickle --- Python オブジェクトの直列化 — Python 3.6.5 ドキュメント 7203
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。 pickle. load ( file , * , fix_imports=True , encoding="ASCII" , errors="strict" ) ¶ pickle オブジェクト表 ... を指定できます。 任意のキーワード引数 fix_imports 、 encoding および errors は Python 2 で作成された pickle スト ... で使用されている新しい名前との対応付けを試みます。 encoding と errors は Python 2 で pickle 化された 8 ビット文 ... スをバイト列オブジェクトとして読み込みたい場合には、 encoding に 'bytes' を指定します。 pickle. loads ( bytes_ob ...
https://man.plustar.jp/python/library/pickle.html - [similar]
20.5. xml.etree.ElementTree --- ElementTree XML API — Python 3.6.5 ドキュメント 7203
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... します。 xml.etree.ElementTree. tostring ( element , encoding="us-ascii" , method="xml" , * , short_empty_elemen ... 生成します。 element は Element のインスタンスです。 encoding [1] は出力エンコーディング(デフォルトは US-ASCII)で ... す。Unicode 文字列を生成するには、 encoding="unicode" を使用してください。 method は "xml" , " ... 数。 xml.etree.ElementTree. tostringlist ( element , encoding="us-ascii" , method="xml" , * , short_empty_elemen ...
https://man.plustar.jp/python/library/xml.etree.elementtree.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT