Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 135 for bytes (0.112 sec.)
Pythonモジュール索引 — Python 3.6.5 ドキュメント 5668
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... Determine the type of image contained in a file or byte stream. imp 非推奨: Access the implementation of th ... ling. marshal Convert Python objects to streams of bytes and back (with different constraints). math Mathem ... eters. pickle Convert Python objects to streams of bytes and back. pickletools Contains extensive comments ... ring preparation, as per RFC 3453 struct Interpret bytes as packed binary data. subprocess Subprocess manag ...
https://man.plustar.jp/python/py-modindex.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 5620
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... った記法で指示します。それには b'string' とするか、 bytes のコンストラクタを用います。前方互換のために、Pyth ... on 2.6 は str 型に対する別名として bytes を追加のうえで、 b'' 記法もサポートします。 2.6 の ... str 型は 3.0 の bytes 型とは色んな意味で違います; 一番顕著なのは、コンス ... トラクタがまったく異なることです。3.0 での bytes([65, 66, 67]) は 3 つのバイトで ABC を構築しますが ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
32.2. ast --- 抽象構文木 — Python 3.6.5 ドキュメント 5560
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... s 7 builtin types are: -- identifier, int, string, bytes, object, singleton, constant -- -- singleton: None ... on, expr? format_spec) | JoinedStr(expr* values) | Bytes(bytes s) | NameConstant(singleton value) | Ellipsi ...
https://man.plustar.jp/python/library/ast.html - [similar]
18.5.5. ストリーム (コルーチンベースの API) — Python 3.6.5 ドキュメント 5560
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 。 EOF に達しており内部バッファーが空であれば、空の bytes オブジェクトを返します。 このメソッドは コルーチン ... 。 EOF に達しており内部バッファーが空であれば、空の bytes オブジェクトを返します。 このメソッドは コルーチン ... ストリームの終端に達する前に読み込んだバイト文字列 ( bytes ) です。 18.5.5.6. LimitOverrunError ¶ exception a ...
https://man.plustar.jp/python/library/asyncio-stream.html - [similar]
21.13. ftplib --- FTPプロトコルクライアント — Python 3.6.5 ドキュメント 5560
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... led for each block of data received, with a single bytes argument giving the data block. The optional block ... , telling the server to restart sending the file's bytes at the requested offset, skipping over the initial ... bytes. Note however that RFC 959 requires only that rest ...
https://man.plustar.jp/python/library/ftplib.html - [similar]
15.3. secrets --- 機密を扱うために安全な乱数を生成する — Python 3.6.5 ドキュメ... 5560
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ンを生成するための関数を提供します。 secrets. token_bytes ( [ nbytes=None ] ) ¶ nbytes バイトを含むバイト文字 ... 列を返します。 nbytes が None の場合や与えられなかった場合は妥当なデフォ ... ルト値が使われます。 >>> token_bytes ( 16 ) b'\xebr\x17D*t\xae\xd4\xe3S\xb6\xe2\xebP1\x ... 8b' secrets. token_hex ( [ nbytes=None ] ) ¶ 十六進数のランダムなテキスト文字列を返し ...
https://man.plustar.jp/python/library/secrets.html - [similar]
API と ABI のバージョニング — Python 3.6.5 ドキュメント 5512
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... して扱うことで、バージョン情報を得ることができます: bytes ビット (ビッグエンディアンオーダ) 意味 1 1-8 PY_MA ...
https://man.plustar.jp/python/c-api/apiabiversion.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 5512
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 提供します。このようなオブジェクトとして、組み込みの bytes や bytearray 、 array.array のようないくつかの拡張 ... くつかの手段が利用できます(たとえばメソッド引数)。 bytes や bytearray などのシンプルなオブジェクトは、内部の ... er *src , Py_ssize_t len , char order ) ¶ Copy len bytes from src to its contiguous representation in buf . ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
19.8. binascii --- バイナリデータと ASCII データとの間での変換 — Python 3.6.5 ... 5512
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... けを含むユニコード文字列を受け取ります。他の関数は ( bytes や bytearray またはバッファープロトコルをサポートす ... るその他のオブジェクトのような) bytes-like オブジェクト だけを受け取ります。 バージョン ... が送出されます。 バージョン 3.2 で変更: 入力として bytestring または bytearray オブジェクトのみを受け取りま ...
https://man.plustar.jp/python/library/binascii.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 5512
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... maketrans() 関数は撤廃され、それぞれの静的メソッド bytes.maketrans() と bytearray.maketrans() に置き換えられ ... ちらの型なのかにまつわる混乱を解決します。今や str , bytes , bytearray は、その適切な型の中間変換テーブルを持 ... dified so that json works only with str , not with bytes . That change makes the module closely match the J ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT