Re: where to find the spec of format in PyObject_CallMethod

2007-01-10 Thread Huayang Xia
Thanks. I have mixed arguments. I found the format spec @ http://docs.python.org/api/arg-parsing.html On Jan 10, 5:31 pm, Carsten Haese <[EMAIL PROTECTED]> wrote: > On Wed, 2007-01-10 at 14:05 -0800, Huayang Xia wrote: > > I am trying to use PyObject_CallMethod. It needs a format string to > > sp

Re: where to find the spec of format in PyObject_CallMethod

2007-01-10 Thread Carsten Haese
On Wed, 2007-01-10 at 14:05 -0800, Huayang Xia wrote: > I am trying to use PyObject_CallMethod. It needs a format string to > specify what are the followed arguments. Is it possible to use a > PyObject* as an argument? > > Where can I find the spec for the format? > > Thanks in advance. See http