Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 2 of about 2 for PyFunction (0.013 sec.)
Function オブジェクト — Python 3.6.5 ドキュメント 11228
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... クト ¶ Functionオブジェクト固有の関数はわずかです。 PyFunctionObject ¶ 関数に使われるCの構造体。 PyTypeObject PyF ... ムに types.FunctionType として公開されています。 int PyFunction_Check ( PyObject *o ) ¶ o が関数オブジェクト ( PyF ... ます。引数は NULL であってはいけません。 PyObject * PyFunction_New ( PyObject *code , PyObject *globals ) ¶ Retur ... name__ は関数名と同じ値に設定されます。 PyObject * PyFunction_NewWithQualName ( PyObject *code , PyObject *globa ...
https://man.plustar.jp/python/c-api/function.html - [similar]
共通のオブジェクト構造体 (common object structure) — Python 3.6.5 ドキュメント 7485
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... もかまいませんが、常に PyObject* を返します。関数が PyFunction でない場合、メソッドテーブル内でキャストを行うよう ...
https://man.plustar.jp/python/c-api/structures.html - [similar]
PREV 1 NEXT