Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 96 for ASCII (0.052 sec.)
21.8. urllib.parse --- URL を解析して構成要素にする — Python 3.6.5 ドキュメント 7485
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... プルから構造化オブジェクトに変更されました。 21.8.2. ASCII エンコードバイト列の解析 ¶ URL を解析する関数は元々 ... ろ、それは URL が正しくクオートされエンコードされた ASCII バイト列を操作できた方が有用でした。結果的にこのモ ... ray が混在した str を渡した場合、 TypeError が、非 ASCII バイト値が渡された場合 UnicodeDecodeError が送出さ ... だしデフォルトのエンコーディングは 'utf-8' ではなく 'ascii' になります)。それぞれは encode() メソッドを持つ b ...
https://man.plustar.jp/python/library/urllib.parse.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 7419
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... son. dump ( obj , fp , * , skipkeys=False , ensure_ascii=True , check_circular=True , allow_nan=True , cls= ... の入力をサポートしていなければなりません。 ensure_ascii が (デフォルト値の) true の場合、出力では入力された ... 全ての非 ASCII 文字はエスケープされていることが保証されています。 ... ensure_ascii が false の場合、これらの文字はそのまま出力されます ...
https://man.plustar.jp/python/library/json.html - [similar]
19.7. binhex --- binhex4 形式ファイルのエンコードおよびデコード — Python 3.6.5 ... 7301
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... コードを行います。binhex4 は Macintosh のファイルを ASCII で表現できるようにしたものです。データフォークだけ ... かった場合に送出される例外です。 参考 モジュール binascii ASCII からバイナリへ、バイナリから ASCII への変換を ... e64, Base85 データの符号化 次のトピックへ 19.8. binascii --- バイナリデータと ASCII データとの間での変換 ナ ...
https://man.plustar.jp/python/library/binhex.html - [similar]
19.10. uu --- uuencode形式のエンコードとデコード — Python 3.6.5 ドキュメント 7249
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ではファイルを uuencode 形式(任意のバイナリデータを ASCII 文字列に変換したもの)にエンコード、デコードする機能 ... で区切れた場合にも送出されます。 参考 モジュール binascii ASCII からバイナリへ、バイナリから ASCII への変換を ... , mode , 利用 , None , 形式 , デコード , ヘッダ , ASCII , 送出 前のトピックへ 19.9. quopri --- MIME quoted ...
https://man.plustar.jp/python/library/uu.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7196
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e values are: 7bit all data must be "7 bit clean" (ASCII-only). This means that where necessary data will b ... bit clean. Data in headers is still required to be ASCII-only and so will be encoded (see fold_binary() and ... utf8 ¶ If False , follow RFC 5322 , supporting non-ASCII characters in headers by encoding them as "encoded ... nd returned. The exception is lines containing non-ascii binary data. In that case the value is refolded re ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
19.1.9. email.message.Message: Representing an email message using the compat32 ... 7078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nary is indexed by the header names, which must be ASCII values. The values of the dictionary are strings t ... hat are supposed to contain only ASCII characters; there is some special handling for non ... -ASCII input, but it doesn't always produce the correct r ... ail package, the body is decoded using the default ASCII charset. This is a legacy method. On the EmailMess ...
https://man.plustar.jp/python/library/email.compat32-message.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 7078
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... tain arbitrary binary data. If utf8 is False , non-ASCII data will be RFC 2047 encoded. BaseHeader by itsel ... tructured header is a run of arbitrary text in the ASCII character set. RFC 2047 , however, has an RFC 5322 ... compatible mechanism for encoding non-ASCII text as ASCII characters within a header value. Wh ... , but with no Content Transfer Encoding of any non-ASCII characters. To support SMTP ( RFC 5321 ), Address ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 7012
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 6ビットか32ビットのどちらかの型になっていました。 PyASCIIObject ¶ PyCompactUnicodeObject ¶ PyUnicodeObject ¶ ... ator" と定義されている文字の、印字可能と見なされる ASCII space (0x20) 以外のものです。 (なお、この文脈での印 ... を返します。可変長引数は C の型を持っていて、 format ASCII エンコード文字列で指定された書式指定文字に完全に従 ... わりなく先頭にリテラル 0x が付きます。 %A PyObject* ascii() の戻り値。 %U PyObject* unicode オブジェクト。 % ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
6.6. stringprep --- インターネットのための文字列調製 — Python 3.6.5 ドキュメン... 6894
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ep. in_table_c11 ( code ) ¶ code がテーブル C.1.1 (ASCII スペース文字) かどうか判定します。 stringprep. in_ ... table_c12 ( code ) ¶ code がテーブル C.1.2 (非 ASCII スペース文字) かどうか判定します。 stringprep. in_ ... ep. in_table_c21 ( code ) ¶ code がテーブル C.2.1 (ASCII 制御文字) かどうか判定します。 stringprep. in_tabl ... e_c22 ( code ) ¶ code がテーブル C.2.2 (非 ASCII 制御文字) かどうか判定します。 stringprep. in_tabl ...
https://man.plustar.jp/python/library/stringprep.html - [similar]
7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 6842
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... atin1, iso-8859-1, iso8859-1, mbcs (Windows のみ), ascii, us-ascii, utf-16, utf16, utf-32, utf32 およびダッ ... 低下を招くかもしれません。 バージョン 3.6 で変更: us-ascii に対して最適化の機会が認識されるようになりました。 ... フィック文字と置き換えたもの IBM EBCDIC コードページ ASCII 互換の IBM PC コードページ Codec 別名 言語 ascii 6 ... 46, us-ascii 英語 big5 big5-tw, csbig5 繁体字中国語 big5hkscs b ...
https://man.plustar.jp/python/library/codecs.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT