摘要:
The PyArg_ParseTuple() function is declared as follows:int PyArg_ParseTuple(PyObject *arg, char *format, ...);The arg argument must be a tuple object containing an argumentlist passed from Python to a C function. The format argumentmust be a format string, whose syntax is explained below. Theremaini 阅读全文
posted @ 2011-04-01 21:23
不得闲
阅读(18648)
评论(0)
推荐(1)