Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 36 for [SIMILAR] 16 1024 4096 WITH 100953 pyfunction WI... (0.278 sec.)
Function オブジェクト — Python 3.6.5 ドキュメント 10000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » Function オブジェクト ¶ Functionオブジェクト固有の関数はわずかです。 PyFunctionObject ¶ 関数に使われるCの構造体。 PyTypeObject Py ...
https://man.plustar.jp/python/c-api/function.html - [similar]
複素数オブジェクト (complex number object) — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » 複素数オブジェクト (complex number object) ¶ Python の複素数オブジェクトは、C API 側から見ると二つの別個の型として実装されています ...
https://man.plustar.jp/python/c-api/complex.html - [similar]
3. データモデル — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレンス » 3. データモデル ¶ 3.1. オブジェクト、値、および型 ¶ Python における オブジェクト (object) とは、データを抽象的に表したものです。Python プログラムにおけるデータは全て、オブジェクトまたは ...
https://man.plustar.jp/python/reference/datamodel.html - [similar]
引数の解釈と値の構築 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » ユーティリティ » 引数の解釈と値の構築 ¶ これらの関数は独自の拡張モジュール用の関数やメソッドを作成する際に便利です。詳しい情報や用例は Python インタプリタの拡張と埋め込み に ...
https://man.plustar.jp/python/c-api/arg.html - [similar]
インスタンスメソッドオブジェクト(Instance Method Objects) — Python 3.6.5 ドキュ... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » インスタンスメソッドオブジェクト(Instance Method Objects) ¶ インスタンスメソッドとは PyCFunction のためのラッパーであり、 PyCFunc ...
https://man.plustar.jp/python/c-api/method.html - [similar]
9. クラス — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリアル » 9. クラス ¶ クラスはデータと機能を組み合わせる方法を提供します。 新規にクラスを作成することで、新しいオブジェクトの 型 を作成し、その型を持つ新しい インスタンス が作れます。 クラスのそれぞ ...
https://man.plustar.jp/python/tutorial/classes.html - [similar]
8. 複合文 (compound statement) — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレンス » 8. 複合文 (compound statement) ¶ 複合文には、他の文 (のグループ) が入ります; 複合文は、中に入っている他の文の実行の制御に何らかのやり方で影響を及ぼします。一般的には、複合文は複数行にま ...
https://man.plustar.jp/python/reference/compound_stmts.html - [similar]
1. C や C++ による Python の拡張 — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタの拡張と埋め込み » 1. C や C++ による Python の拡張 ¶ C プログラムの書き方を知っているなら、Python に新たな組み込みモジュールを追加するのはきわめて簡単です。この新たなモジュール、拡張モジュール ...
https://man.plustar.jp/python/extending/extending.html - [similar]
浮動小数点型オブジェクト (floating point object) — Python 3.6.5 ドキュメント 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 具象オブジェクト (concrete object) レイヤ » 浮動小数点型オブジェクト (floating point object) ¶ PyFloatObject ¶ この PyObject のサブタイプは Python 浮動小数点オブジェクトを表 ...
https://man.plustar.jp/python/c-api/float.html - [similar]
初期化 (initialization)、終了処理 (finalization)、スレッド — Python 3.6.5 ドキ... 0
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファレンスマニュアル » 初期化 (initialization)、終了処理 (finalization)、スレッド ¶ インタプリタの初期化と終了処理 ¶ void Py_Initialize ( ) ¶ Python インタプリタを初期化します。 Python の埋め込みを ...
https://man.plustar.jp/python/c-api/init.html - [similar]
PREV 1 2 3 4 NEXT