Python 3.6.5 ドキュメント 検索
Results of 1 - 1 of about 1 for PyInstanceMethod (0.006 sec.)
- インスタンスメソッドオブジェクト(Instance Method Objects) — Python 3.6.5 ドキュ... 9414
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ
...
LL, class) の呼び出しを置き換えます。 PyTypeObject PyInstanceMethod_Type ¶ PyTypeObject のインスタンスは Python のイン...
。これは Python のプログラムには公開されません。 int PyInstanceMethod_Check ( PyObject *o ) ¶ o がインスタンスメソッドオ...
ブジェクト ( PyInstanceMethod_Type 型である) 場合に真を返します。パラメータは NU...
LL にできません。 PyObject * PyInstanceMethod_New ( PyObject *func ) ¶ 任意の呼び出し可能オブジェ...
- https://man.plustar.jp/python/c-api/method.html - [similar]
PREV
1
NEXT