Python 3.6.5 ドキュメント 検索
Results of 1 - 1 of about 1 for pFunc (0.001 sec.)
- 1. 他のアプリケーションへの Python の埋め込み — Python 3.6.5 ドキュメント 9414
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python インタプリタ
...
v []) { PyObject * pName , * pModule , * pDict , * pFunc ; PyObject * pArgs , * pValue ; int i ; if ( argc...
e ); Py_DECREF ( pName ); if ( pModule != NULL ) { pFunc = PyObject_GetAttrString ( pModule , argv [ 2 ]);...
/* pFunc is a new reference */ if ( pFunc && PyCallable_Che...
ck ( pFunc )) { pArgs = PyTuple_New ( argc - 3 ); for ( i = 0...
- https://man.plustar.jp/python/extending/embedding.html - [similar]
PREV
1
NEXT