随笔分类 -  翻译

translation
摘要:1.9 The Py_BuildValue() Function This function is the counterpart to PyArg_ParseTuple(). It is declared as follows: 这个函数与函数PyArg_ParseTuple()配对。函数声明如下: PyObject *Py_BuildValue(char *format, ...); It recognizes a set of format units similar to the ones recognized by PyArg_ParseTuple... 阅读全文
posted @ 2012-02-06 19:02 SillyProgrammer 阅读(3494) 评论(0) 推荐(0)