Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 38 of about 38 for ssize (0.413 sec.)
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 6761
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ ... ! 以下にいくつかの呼び出し例を示します: #define PY_SSIZE_T_CLEAN /* Make "s#" use Py_ssize_t rather than in ... ok ; int i , j ; long k , l ; const char * s ; Py_ssize_t size ; ok = PyArg_ParseTuple ( args , "" ); /* N ...
https://man.plustar.jp/python/extending/extending.html - [similar]
What's New in Python — Python 3.6.5 ドキュメント 6714
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 352: 例外の新スタイルクラス化 PEP 353: 添え字型に ssize_t を使う PEP 357: '__index__' メソッド その他の言語 ...
https://man.plustar.jp/python/whatsnew/index.html - [similar]
モジュールオブジェクト (module object) — Python 3.6.5 ドキュメント 6651
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ring は PyDoc_STRVAR() を利用して生成されます。 Py_ssize_t m_size ¶ モジュールの状態は、静的なグローバルな領 ...
https://man.plustar.jp/python/c-api/module.html - [similar]
7.1. struct --- バイト列をパックされたバイナリデータとして解釈する — Python 3.6... 6651
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 8 (2), (3) Q unsigned long long 整数 8 (2), (3) n ssize_t 整数 (4) N size_t 整数 (4) e (7) 浮動小数点数 2 ...
https://man.plustar.jp/python/library/struct.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 6604
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... exc_info() の返り値と同じです。 sys. maxsize ¶ Py_ssize_t 型の変数が取りうる最大値を示す整数です。通常、32 ...
https://man.plustar.jp/python/library/sys.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 6604
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... (Suggested by Ray Allen in bpo-9523 .) ctypes ¶ C ssize_t データ型を表現する新たな型 ctypes.c_ssize_t が追 ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 6556
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... オブジェクト独自の __hash__() メソッドが返す値を Py_ssize_t のサイズに切り詰めます。 これは 64-bit でビルドさ ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 6556
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... in bpo-14807 .) struct ¶ struct モジュールが新たに ssize_t (コード n )、 size_t (コード N ) をサポートするよ ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
PREV 1 2 3 4 NEXT