Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 36 for encoded (0.013 sec.)
19.6. base64 --- Base16, Base32, Base64, Base85 データの符号化 — Python 3.6.5 ... 13297
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... / in the standard Base64 alphabet, and return the encoded bytes . The result can still contain = . base64. u ... e bytes-like object b using Ascii85 and return the encoded bytes . foldspaces を使うと、4 つの連続した空白文字 ... , ignorechars=b' \t\n\r\v' ) ¶ Decode the Ascii85 encoded bytes-like object or ASCII string b and return the ... sed in e.g. git-style binary diffs) and return the encoded bytes . pad が真ならば、エンコードに先立って、バイ ...
https://man.plustar.jp/python/library/base64.html - [similar]
19.1.6. email.headerregistry: カスタムヘッダーオブジェクト — Python 3.6.5 ドキ... 13297
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... If utf8 is False , non-ASCII data will be RFC 2047 encoded. BaseHeader by itself cannot be used to create a h ... ld assume that string may contain content-transfer-encoded parts, but should correctly handle all valid unico ... de characters as well so that it can parse un-encoded header values. BaseHeader 's __new__ then creates ... ers within a header value. When a value containing encoded words is passed to the constructor, the Unstructur ...
https://man.plustar.jp/python/library/email.headerregistry.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 10301
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... nly). This means that where necessary data will be encoded using either quoted-printable or base64 encoding. ... is still required to be ASCII-only and so will be encoded (see fold_binary() and utf8 below for exceptions), ... n-ASCII characters in headers by encoding them as "encoded words". If True , follow RFC 6532 and use utf-8 en ... ce setting, which causes the binary data to be CTE encoded using the unknown-8bit charset. fold_binary ( name ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 9953
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... an iterable of bytes . If body is a string, it is encoded as ISO-8859-1, the default for HTTP. If it is a by ... e , the data returned by the read() method will be encoded as ISO-8859-1, otherwise the data returned by read ... ody (files and iterables in general) will be chunk-encoded, and the Transfer-Encoding header will automatical ... lling code. If it is True , the body will be chunk-encoded. 注釈 Chunked transfer encoding has been added to ...
https://man.plustar.jp/python/library/http.client.html - [similar]
19.8. binascii --- バイナリデータと ASCII データとの間での変換 — Python 3.6.5 ... 9588
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s is present and true, all tabs and spaces will be encoded. If the optional argument istext is present and tr ... ue, newlines are not encoded but trailing whitespace will be encoded. If the op ... rgument header is present and true, spaces will be encoded as underscores per RFC1522. If the optional argume ... r is present and false, newline characters will be encoded as well; otherwise linefeed conversion might corru ...
https://man.plustar.jp/python/library/binascii.html - [similar]
19.9. quopri --- MIME quoted-printable 形式データのエンコードおよびデコード — P... 9350
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... bedded whitespace, and when false it leaves them unencoded. Note that spaces and tabs appearing at the end of ... lines are always encoded, as per RFC 1521 . header is a flag which controls ... if spaces are encoded as underscores as per RFC 1522 . quopri. decodestr ... cepts a source bytes and returns the corresponding encoded bytes . By default, it sends a False value to quot ...
https://man.plustar.jp/python/library/quopri.html - [similar]
Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 9224
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... ect ( PyObject * self , PyObject * args ) { char * encoded ; PyObject * result , * myobj ; if ( ! PyArg_Parse ... rgs , "O:encode_object" , & myobj )) return NULL ; encoded = do_encode ( myobj ); if ( encoded == NULL ) retu ... rn NULL ; result = PyBytes_FromString ( encoded ); free ( encoded ); return result ; } long/int の ...
https://man.plustar.jp/python/howto/cporting.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 8273
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 64PaddingDefect -- When decoding a block of base64 encoded bytes, the padding was not correct. Enough padding ... haractersDefect -- When decoding a block of base64 encoded bytes, characters outside the base64 alphabet were ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
21.17. smtplib --- SMTP プロトコルクライアント — Python 3.6.5 ドキュメント 7797
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... he RFC 4954 "initial response" bytes which will be encoded and sent with the AUTH command as below. If the au ... . It should return bytes data that will be base64 encoded and sent to the server. The SMTP class provides au ... in the ASCII range, or a byte string. A string is encoded to bytes using the ascii codec, and lone \r and \n ...
https://man.plustar.jp/python/library/smtplib.html - [similar]
11.3. fileinput --- 複数の入力ストリームをまたいだ行の繰り返し処理をサポートする... 7670
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... penhook=fileinput.hook_compressed) fileinput. hook_encoded ( encoding , errors=None ) ¶ Returns a hook which ... : fi = fileinput.FileInput(openhook=fileinput.hook_encoded("utf-8", "surrogateescape")) バージョン 3.6 で変更 ...
https://man.plustar.jp/python/library/fileinput.html - [similar]
PREV 1 2 3 4 NEXT