Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 203 for [SIMILAR] 16 1024 4096 WITH 130191 pydict WITH 6... (1.093 sec.)
辞書オブジェクト (dictionary object) — Python 3.6.5 ドキュメント 10000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » 辞書オブジェクト (dictionary object) ¶ PyDictObject ¶ この PyObject のサブタイプは Python の辞書オブジェクトを表現します。 PyType ...
https://man.plustar.jp/python/c-api/dict.html - [similar]
オブジェクトプロトコル (object protocol) — Python 3.6.5 ドキュメント 4225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 抽象オブジェクトレイヤ (abstract objects layer) » オブジェクトプロトコル (object protocol) ¶ PyObject * Py_NotImplemented ¶ 与えられたオブジェクトとメソッドの引数の型の組み合 ...
https://man.plustar.jp/python/c-api/object.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 4225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 例外処理 ¶ この章で説明する関数を使うと、 Python の例外の処理や例外の送出ができるようになります。 Python の例外処理の基本をいくらか理解することが大切です。例外は POSIX errno ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
Unicode オブジェクトと codec — Python 3.6.5 ドキュメント 4225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » Unicode オブジェクトと codec ¶ Unicode オブジェクト ¶ Python3.3 の PEP 393 実装から、メモリ効率を維持しながらUnicode文字の完全な範 ...
https://man.plustar.jp/python/c-api/unicode.html - [similar]
Set オブジェクト — Python 3.6.5 ドキュメント 4225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » Set オブジェクト ¶ このセクションでは set と frozenset の公開 API について詳しく述べます。以降で説明していない機能は、抽象オブジェ ...
https://man.plustar.jp/python/c-api/set.html - [similar]
リストオブジェクト — Python 3.6.5 ドキュメント 4225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » リストオブジェクト ¶ PyListObject ¶ この PyObject のサブタイプは Python のリストオブジェクトを表現します。 PyTypeObject PyList_Ty ...
https://man.plustar.jp/python/c-api/list.html - [similar]
3. Defining Extension Types: Assorted Topics — Python 3.6.5 ドキュメント 4225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタの拡張と埋め込み » 3. Defining Extension Types: Assorted Topics ¶ この節ではさまざまな実装可能なタイプメソッドと、それらが何をするものであるかについて、ざっと説明します。 以下は PyTypeObject の ...
https://man.plustar.jp/python/extending/newtypes.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 4225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » オブジェクト実装サポート (object implementation support) » 共通のオブジェクト構造体 (common object structure) ¶ Python では、オブジェクト型を定義する上で数多くの構造体が使わ ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
数値型プロトコル (number protocol) — Python 3.6.5 ドキュメント 4225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 抽象オブジェクトレイヤ (abstract objects layer) » 数値型プロトコル (number protocol) ¶ int PyNumber_Check ( PyObject *o ) ¶ オブジェクト o が数値型プロトコルを提供している場 ...
https://man.plustar.jp/python/c-api/number.html - [similar]
シーケンス型プロトコル (sequence protocol) — Python 3.6.5 ドキュメント 4225
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 抽象オブジェクトレイヤ (abstract objects layer) » シーケンス型プロトコル (sequence protocol) ¶ int PySequence_Check ( PyObject *o ) ¶ Return 1 if the object provides sequenc ...
https://man.plustar.jp/python/c-api/sequence.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT