Python 3.6.5 ドキュメント 検索
Results of 1 - 1 of about 1 for myextension (0.003 sec.)
- Python 3 への拡張モジュール移植 — Python 3.6.5 ドキュメント 9414
- ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Pyth
...
ad happened" ); return NULL ; } static PyMethodDef myextension_methods [] = { { "error_out" , ( PyCFunction ) err...
L , NULL } }; #if PY_MAJOR_VERSION >= 3 static int myextension_traverse ( PyObject * m , visitproc visit , void *...
GETSTATE ( m ) -> error ); return 0 ; } static int myextension_clear ( PyObject * m ) { Py_CLEAR ( GETSTATE ( m )...
PyModuleDef moduledef = { PyModuleDef_HEAD_INIT , "myextension" , NULL , sizeof ( struct module_state ), myextens...
- https://man.plustar.jp/python/howto/cporting.html - [similar]
PREV
1
NEXT