Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 11 for encodings (0.026 sec.)
7. バイナリデータ処理 — Python 3.6.5 ドキュメント 12358
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ms) 7.2.4.3. テキスト変換 (Text Transforms) 7.2.5. encodings.idna --- アプリケーションにおける国際化ドメイン名 ... (IDNA) 7.2.6. encodings.mbcs --- Windows ANSI コードページ 7.2.7. encoding ... 8 関連キーワード: 処理 , オブジェクト , テキスト , encodings , デコード , バイト , バイナリ , クラス , 標準 , ド ...
https://man.plustar.jp/python/library/binary.html - [similar]
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 11255
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... きる、一般的なインターフェイスを提供します。実装例は encodings.utf_8 をご覧ください。 7.2.1.4.1. StreamWriter オブ ... これがどのように行なわれるかを知るには、単にたとえば encodings/cp1252.py (主に Windows で使われるエンコーディング ... します。 Codec 別名 目的 idna RFC 3490 の実装です。 encodings.idna も参照してください。 errors='strict' のみがサ ... イリアス。3.2 でエイリアスは復活しなかった。) 7.2.5. encodings.idna --- アプリケーションにおける国際化ドメイン名 ...
https://man.plustar.jp/python/library/codecs.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 10900
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ta. b base64 RFC 3548: Base16, Base32, Base64 Data Encodings; Base85 and Ascii85 bdb Debugger framework. binasc ... email.utils Miscellaneous email package utilities. encodings encodings.idna Internationalized Domain Names impl ... ementation encodings.mbcs Windows ANSI codepage encodings.utf_8_sig UTF ...
https://man.plustar.jp/python/py-modindex.html - [similar]
19.5. mimetypes --- ファイル名を MIME 型へマップする — Python 3.6.5 ドキュメン... 9975
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 識できるように .tar.gz にマップされます。 mimetypes. encodings_map ¶ ファイル名拡張子を符号化方式型にマッピングす ... . suffix_map [ '.tgz' ] '.tar.gz' >>> mimetypes . encodings_map [ '.gz' ] 'gzip' >>> mimetypes . types_map [ ' ... ルで定義されたグローバルな suffix_map のコピーです。 encodings_map ¶ ファイル名拡張子を符号化型にマッピングする辞 ... 書。これは、最初はモジュールで定義されたグローバルな encodings_map のコピーです。 types_map ¶ ファイル名拡張子を ...
https://man.plustar.jp/python/library/mimetypes.html - [similar]
codec レジストリとサポート関数 — Python 3.6.5 ドキュメント 7966
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ec 検索関数を登録します。 副作用として、この関数は encodings パッケージが常に検索関数の先頭に来るように、まだロ ...
https://man.plustar.jp/python/c-api/codec.html - [similar]
What's New in Python 2.0 — Python 3.6.5 ドキュメント 7788
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... t returns an 8-bit string in the desired encoding. Encodings are named by strings, such as 'ascii' , 'utf-8' , ... PI is defined for implementing and registering new encodings that are then available throughout a Python progra ... 録します。(Contributed by Skip Montanaro.) codecs , encodings , unicodedata : 新しい Unicode サポートの一環で追加 ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... . cte_type ¶ Controls the type of Content Transfer Encodings that may be or are required to be used. The possib ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 7610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... headers (for example to accept additional content encodings), specify skip_host or skip_accept_encoding with n ... ately after message_body . 注釈 Due to the chunked encoding specification, empty chunks yielded by an iterator ... malformed encoding. バージョン 3.6 で追加: Chunked encoding support. The encode_chunked parameter was added. HT ...
https://man.plustar.jp/python/library/http.client.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7610
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... (most recent call last): File "/usr/lib/python3.4/encodings/hex_codec.py" , line 20 , in hex_decode return ( b ... (most recent call last): File "/usr/lib/python3.4/encodings/bz2_codec.py" , line 17 , in bz2_encode return ( b ... 2 でそれらコーデックそのものは復活したものの、 Lib/encodings/aliases.py のマッピングからは除外されたままだった。 ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
Unicode HOWTO — Python 3.6.5 ドキュメント 7415
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Unic ... eamRecoder class can transparently convert between encodings, taking a stream that returns data in encoding #1 ...
https://man.plustar.jp/python/howto/unicode.html - [similar]
PREV 1 2 NEXT