PyObject *Py_BuildValue(char *format, ...); ... It returns a new Python object, suitable for returning from a C function called from Python.
確定! 回上一頁