[C++-sig] call objects with argument-list / keyword

Tim Blechmann tim at klingt.org
Sat May 19 23:34:21 CEST 2007


hi all,

is it possible to call a python object with argument-list as tuple and
keyword-arguments as dictionary?

something like:

object callme;
tuple args;
dict keywords;
callme(args, keywords);

or do i need to call PyObject_Call directly?

thanks, tim

--
tim at klingt.org    ICQ: 96771783
http://tim.klingt.org

You can play a shoestring if you're sincere
  John Coltrane
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20070519/12f6c7ca/attachment.pgp>


More information about the Cplusplus-sig mailing list