Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 135 for bytes (0.032 sec.)
19.6. base64 --- Base16, Base32, Base64, Base85 データの符号化 — Python 3.6.5 ... 12372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... his module. The modern interface supports encoding bytes-like objects to ASCII bytes , and decoding bytes-l ... ike objects or strings containing ASCII to bytes . Both base-64 alphabets defined in RFC 3548 (norm ... モジュールのすべてのエンコード・デコード関数が任意の bytes-like オブジェクト を受け取るようになりました。Asci ... b64encode ( s , altchars=None ) ¶ Base64 を使って bytes-like object の s をエンコードし、エンコードされた ...
https://man.plustar.jp/python/library/base64.html - [similar]
4. 組み込み型 — Python 3.6.5 ドキュメント 12372
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... len('100101') --> 6 バージョン 3.1 で追加. int. to_bytes ( length , byteorder , * , signed=False ) ¶ 整数を ... 表すバイト列を返します。 >>> ( 1024 ) . to_bytes ( 2 , byteorder = 'big' ) b'\x04\x00' >>> ( 1024 ) ... . to_bytes ( 10 , byteorder = 'big' ) b'\x00\x00\x00\x00\x00\ ... x00\x00\x00\x04\x00' >>> ( - 1024 ) . to_bytes ( 10 , byteorder = 'big' , signed = True ) b'\xff\ ...
https://man.plustar.jp/python/library/stdtypes.html - [similar]
バイトオブジェクト — Python 3.6.5 ドキュメント 10362
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 指定して呼び出されると、 TypeError を送出します。 PyBytesObject ¶ この PyObject のサブタイプは、Python バイト ... オブジェクトを表します。 PyTypeObject PyBytes_Type ¶ この PyTypeObject のインスタンスは、Python ... バイト型を表します; Pythonレイヤの bytes と同じオブジェクトです。 int PyBytes_Check ( PyObj ... o ) ¶ オブジェクト o がバイトオブジェクトか、またはbytes型のサブタイプのインスタンスである場合に真を返します ...
https://man.plustar.jp/python/c-api/bytes.html - [similar]
21.20. uuid --- UUID objects according to RFC 4122 — Python 3.6.5 ドキュメント 9893
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... UUID を生成します。 class uuid. UUID ( hex=None , bytes=None , bytes_le=None , fields=None , int=None , ve ... a string of 32 hexadecimal digits, a string of 16 bytes as the bytes argument, a string of 16 bytes in lit ... tle-endian order as the bytes_le argument, a tuple of six integers (32-bit time_ ... uid:12345678-1234-5678-1234-567812345678' ) UUID ( bytes = b ' \x12\x34\x56\x78 ' * 4 ) UUID ( bytes_le = b ...
https://man.plustar.jp/python/library/uuid.html - [similar]
21.8. urllib.parse --- URL を解析して構成要素にする — Python 3.6.5 ドキュメント 8966
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... Unicode 文字にデコードする方法を指定します。これは bytes.decode() メソッドに渡されます。 このような辞書をク ... Unicode 文字にデコードする方法を指定します。これは bytes.decode() メソッドに渡されます。 ペアのリストからク ... した。結果的にこのモジュールの URL 解析関数はすべて bytes および bytearray オブジェクトに加えて str オブジェ ... 合、戻り値は str データのみを含んだものになります。 bytes あるいは bytearray が渡された場合、戻り値は bytes ...
https://man.plustar.jp/python/library/urllib.parse.html - [similar]
19.1.2. email.parser: 電子メールメッセージのパース — Python 3.6.5 ドキュメント 8713
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ncluding MIME documents. You can pass the parser a bytes, string or file object, and the parser will return ... ate policy methods. 19.1.2.1. FeedParser API ¶ The BytesFeedParser , imported from the email.feedparser mod ... om a source that can block (such as a socket). The BytesFeedParser can of course be used to parse an email ... message fully contained in a bytes-like object , string, or file, but the BytesParser ...
https://man.plustar.jp/python/library/email.parser.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 8605
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... してアクセスするためのものです。返される unicode や bytes のために生のストレージを用意する必要はありません。 ... ていません。 いくつかのフォーマットは読み込み専用の bytes-like オブジェクト を必要とし、バッファ構造体の代わ ... nicodeError を送出します。 注釈 このフォーマットは bytes-like objects をサポートしません。 ファイルシステム ... きに TypeError を送出していました。 s* ( str または bytes-like object ) [Py_buffer] このフォーマットは Unico ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 7883
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ている obj を Unicode オブジェクトにデコードします。 bytes や bytearray や他の bytes-like objects は、与えられ ... 、エンコーダは "strict" エラーハンドラを使用します。 bytes オブジェクトを返します。 unicode には null 文字を含 ... r ( PEP 383 and PEP 529 ). To encode file names to bytes during argument parsing, the "O&" converter should ... irectly or through the os.PathLike interface -- to bytes using PyUnicode_EncodeFSDefault() ; bytes objects ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7630
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... paths have historically been represented as str or bytes objects. This has led to people who write code whi ... l representation of a file system path as a str or bytes object. This means an object is considered path-li ... ke if it implements os.PathLike or is a str or bytes object which represents a file system path. Code c ... , or os.fsencode() to explicitly get a str and/or bytes representation of a path-like object. The built-in ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
15.1. hashlib --- セキュアハッシュおよびメッセージダイジェスト — Python 3.6.5 ... 7570
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ます。このオブジェクトには update() メソッドを用いて bytes-like オブジェクト (通常 bytes ) を渡すことができま ... ta passed to the update() method so far. This is a bytes object of size length which may contain bytes in t ... 基づいた鍵導出関数を提供します。 password と salt は bytes-likeなオブジェクトでなければなりません。アプリケー ... and produces digests of any size between 1 and 64 bytes, BLAKE2s , optimized for 8- to 32-bit platforms an ...
https://man.plustar.jp/python/library/hashlib.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT