Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 59 for decode (0.056 sec.)
19.1.14. email.utils: 多方面のユーティリティ — Python 3.6.5 ドキュメント 7134
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... date headers. バージョン 3.3 で追加. email.utils. decode_rfc2231 ( s ) ¶ RFC 2231 に従って文字列 s をデコー ... にはクォートを除いた文字列を返します。 email.utils. decode_params ( params ) ¶ RFC 2231 に従って引数のリストを ...
https://man.plustar.jp/python/library/email.util.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 7134
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ie ) >>> print ( " {0} , {1} " . format ( cookie . decode ( 'utf-8' ), sig )) user-alice,b'43b3c982cf697e0c5 ... m hashlib import blake2s >>> from base64 import b64decode , b64encode >>> orig_key = b64decode ( b 'Rm5EPJai ... ) . digest () >>> print ( b64encode ( enc_key ) . decode ( 'utf-8' )) rbPb15S/Z9t+agffno5wuhB77VbRi6F9Iv2qI ... xU7WHw= >>> print ( b64encode ( mac_key ) . decode ( 'utf-8' )) G9GtHFE1YluXY1zWPlYk1e/nWfu0WSEb0KRcj ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7134
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... (Contributed by Berker Peksag in bpo-21650 .) JSON decoder now raises JSONDecodeError instead of ValueError ... he SMTPServer and SMTPChannel classes now accept a decode_data keyword argument to determine if the DATA por ... tion of the SMTP transaction is decoded using the "utf-8" codec or is instead provided to ... easons, but will change to False in Python 3.6. If decode_data is set to False , the process_message method ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
18.5.6. サブプロセス — Python 3.6.5 ドキュメント 7002
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... l data = bytes ( protocol . output ) return data . decode ( 'ascii' ) . rstrip () if sys . platform == "win3 ... eld from proc . stdout . readline () line = data . decode ( 'ascii' ) . rstrip () # Wait for the subprocess ...
https://man.plustar.jp/python/library/asyncio-subprocess.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 6871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ot correct. Enough padding is added to perform the decode, but the resulting decoded bytes may be invalid. I ... red. The characters are ignored, but the resulting decoded bytes may be invalid. 関連キーワード: email , err ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
21.26. xmlrpc.client --- XML-RPC クライアントアクセス — Python 3.6.5 ドキュメン... 6871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーシャル/アンマーシャルするための内部処理を行います: decode ( string ) ¶ 文字列をインスタンスの新しい時間を示す ... に内部的にマーシャル/アンマーシャル時に使用されます: decode ( bytes ) ¶ 指定されたbase64 bytes オブジェクトをデ ...
https://man.plustar.jp/python/library/xmlrpc.client.html - [similar]
What's New in Python 2.2 — Python 3.6.5 ドキュメント 6871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... メソッドをサポートしてきました。2.2 では、対となる decode([*encoding*]) メソッドが (Unicode 文字列ではない) ... 8 ビット文字列に追加されました。 decode() は文字列が特定のエンコーディングであることを仮定 ... x9c\r\xc9\xc1\r\x80 \x10\x04\xc0?Ul...' >>> data . decode ( 'zlib' ) 'Here is a lengthy piece of redundant, ... 出来ます。これは __str__() への相似です。 encode() , decode() , __unicode__() は Marc-André Lemburg により実装 ...
https://man.plustar.jp/python/whatsnew/2.2.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6871
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 字列を受け付けるようになりました。たとえば base64.b64decode('YWJj') は b'abc' を返します。 (Contributed by Cat ... 初のバイトであれば無視するだけです。例えば b'\xff\n'.decode('gb2312', 'replace') は文字置き換えののちに \n を返 ... で返ることに気付くと思います。つまり email.header の decode_header() 関数や make_header() 関数を取り扱う必要性 ... もに) PyUnicode_AsMBCSString() または PyUnicode_EncodeCodePage() を使用してください PyUnicode_EncodeDecimal() ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
Python 2 から Python 3 への移植 — Python 3.6.5 ドキュメント 6754
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth ... s of each data type across Python 2 & 3 (e.g., the decode() method is usable on the equivalent binary data t ... d to the bytes type. テキストデータ バイナリデータ decode encode format isdecimal isnumeric 処理の区別を簡単 ...
https://man.plustar.jp/python/howto/pyporting.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 6754
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... string without the application needing to manually decode it, set_content provides a rich set of options for ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
PREV 1 2 3 4 5 6 NEXT