Python 3.6.5 ドキュメント 検索
Results of 1 - 3 of about 3 for quotetabs (0.009 sec.)
- 19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 11868
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
るのに使われます。 quopri. encode ( input , output , quotetabs , header=False ) ¶ Encode the contents of the inpu...
le. input and output must be binary file objects . quotetabs , a non-optional flag which controls whether to en...
された bytes を返します。 quopri. encodestring ( s , quotetabs=False , header=False ) ¶ Like encode() , except th...
oded bytes . By default, it sends a False value to quotetabs parameter of the encode() function. 参考 base64 モ...
- https://man.plustar.jp/python/library/quopri.html - [similar]
- 19.8. binascii --- バイナリデータと ASCII データとの間での変換 — Python 3.6.5 ... 8464
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
白文字にデコードされます。 binascii. b2a_qp ( data , quotetabs=False , istext=True , header=False ) ¶ Convert bin...
is the converted line(s). If the optional argument quotetabs is present and true, all tabs and spaces will be e...
- https://man.plustar.jp/python/library/binascii.html - [similar]
- 7.2. codecs --- codec レジストリと基底クラス — Python 3.6.5 ドキュメント 7533
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ
...
被演算子を MIME quoted printable 形式に変換します quotetabs=True を指定した quopri.encode() / quopri.decode()...
- https://man.plustar.jp/python/library/codecs.html - [similar]
PREV
1
NEXT