[C++-sig] boost python and keyword aguments

Venkatraman S venkat83 at gmail.com
Sat May 17 04:06:39 CEST 2008


On Tue, May 13, 2008 at 8:33 PM, Moe Goldberg <goldberg at coredp.com> wrote:

> Thanks! That's pretty much what I am looking for.
>
> The docuemntation says, you can write a function this way
> tuple raw(tuple args, dict kw)
> {
> return make_tuple(args, kw);
> }
>
>
Is the first arg(tuple) mandatory here?? Cant we just pass  the dict alone?


-- 
Venkat
Blog @ http://blizzardzblogs.blogspot.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cplusplus-sig/attachments/20080517/189651e7/attachment.htm>


More information about the Cplusplus-sig mailing list