[C++-sig] Re: Virtual Functions with Default Implementations code sample

Nicodemus nicodemus at globalite.com.br
Mon Jul 28 16:39:48 CEST 2003


David Abrahams wrote:

>"Alex" <alex at glumol.com> writes:
>  
>
>>Does pyste can convert C++ function arguments to python keyword arguments ?
>>    
>>
>
>I don't think so; IIRC GCC_XML doesn't give us the declared argument
>names (if any).  Nicodemus?
>

That's correct, GCCXML doesn't provide this information. We could allow 
the user to specify the args() in the pyste file:

C = Class(...)
set_args(C.foo, 'arg1', 'arg2')  # or just "args(C.foo, ...)"?

?






More information about the Cplusplus-sig mailing list