Dave win wrote:
>Howdy:
> When I was writting interface functions of the extending python, I
>meet a question. As I using the "PyArg_ParseTuple(args,arg_type,...)"
>function call, if I wanna use the personal defined argument, such as the
>C structure which I made. How to make it?
>
>st
Howdy:
When I was writting interface functions of the extending python, I
meet a question. As I using the "PyArg_ParseTuple(args,arg_type,...)"
function call, if I wanna use the personal defined argument, such as the
C structure which I made. How to make it?
static PyObject* Call_V_A