Re: [C++-sig] pybindgen add_function_as_constructor

2009-04-27 Thread Gustavo Carneiro
2009/4/27 Robin Gilks > Robin Gilks wrote: > >> I've found the pybindgen commit for revision 628 and that fixes the >> PyObject problem - got a new one now!! I can't work out the syntax to return >> any sort of pointer for example >> mod.add_method('methodA', ReturnValue.new('uint8_t *'), []) >

Re: [C++-sig] pybindgen add_function_as_constructor

2009-04-27 Thread Robin Gilks
Gustavo Carneiro wrote: Sounds good. Sorry I wasn't online to help with the other questions. I assume those problems are solved, if not please ask again the questions. Where I've got to now is I can't find how to declare a docstring for a function or method. Doesn't this work?