Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 22 for memoryview (0.011 sec.)
用語集 — Python 3.6.5 ドキュメント 7996
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » 用語集 ¶ >>> インタ ... bytes , bytearray , array.array や、多くの一般的な memoryview オブジェクトがこれに当たります。 bytes-like オブジ ... ッファーオブジェクトには、 bytearray と bytearray の memoryview などが含まれます。 また、他の幾つかの操作では不変な ... ジェクト") を必要します。それには bytes と bytes の memoryview オブジェクトが含まれます。 bytecode (バイトコード) ...
https://man.plustar.jp/python/glossary.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7929
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... sed and implemented by Mark Dickinson; bpo-9337 .) memoryview オブジェクトに release() メソッドが追加され、また、 ... 意のリソースを、適切な時点で解放できます。 >>> with memoryview ( b 'abcdefgh' ) as v : ... print ( v . tolist ()) ... ed by Daniel Urban; bpo-5867 .) io ¶ io.BytesIO に memoryview() と同様の機能を提供する新たなメソッド getbuffer() ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 7929
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... g の辞書ベースの設定 PEP 3106: 辞書 View PEP 3137: memoryview オブジェクト その他の言語変更 新しいモジュールと改 ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
バッファプロトコル (buffer Protocol) — Python 3.6.5 ドキュメント 7861
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 行えます。バッファの一般的なラッパーが必要なときは、 memoryview オブジェクトが作成されます。 エクスポートされるオブ ... フィールドは標準的なC-API 関数の戻り値と等価です。 PyMemoryView_FromBuffer() または PyBuffer_FillInfo() によってラ ...
https://man.plustar.jp/python/c-api/buffer.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7861
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 4.8. バイナリシーケンス型 --- bytes , bytearray , memoryview 4.9. set(集合)型 --- set , frozenset 4.10. マッピ ...
https://man.plustar.jp/python/library/index.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7861
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 書式化を追加。 新たな bytes.hex() , bytearray.hex() memoryview.hex() メソッド。 (Contributed by Arnon Yaari in bp ... o-9951 .) memoryview クラスが、(複数次元の場合を含んだ) タプルの添字をサ ... exander Belopolsky in bpo-7830 .) C API の変更 ¶ PyMemoryViewObject 構造体の (非公開の) format メンバが削除されま ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7794
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 素数の虚部を表すための乗数 algorithm str 、 bytes 、 memoryview オブジェクトのハッシュアルゴリズムの名前 hash_bits ...
https://man.plustar.jp/python/library/sys.html - [similar]
26.1. typing --- 型ヒントのサポート — Python 3.6.5 ドキュメント 7794
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ジェネリック版です。 この型は bytes と bytearray 、 memoryview を表します。 この型の省略形として、 bytes を上に挙 ...
https://man.plustar.jp/python/library/typing.html - [similar]
6. モジュール (module) — Python 3.6.5 ドキュメント 7794
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... 'len', 'license', 'list', 'locals', 'map', 'max', 'memoryview', 'min', 'next', 'object', 'oct', 'open', 'ord', ' ...
https://man.plustar.jp/python/tutorial/modules.html - [similar]
What's New In Python 3.0 — Python 3.6.5 ドキュメント 7794
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... buffer() は本当になくなりました; 新しいビルトイン memoryview() が (ほぼ) 同様の機能性を提供します。 PEP 3119: 抽 ...
https://man.plustar.jp/python/whatsnew/3.0.html - [similar]
PREV 1 2 3 NEXT