Re: [pygccxml-development] Py++ and docstrings for virtual method
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2011-03-14 21:14:43
|
On Mon, Mar 14, 2011 at 10:07 PM, Scott Sturdivant <sc...@bi...> wrote: > Hi Roman, > > Thanks for the suggestion, but unfortunately I get the error that the > attribute '__doc__' of 'instacemethod' objects is not writeable. No doubt > this is due to my constructor being private as the class is not to be > instantiated from python, only the methods are to be used. > > I guess unless I change the ctor to be public, I'm stuck without docstrings > for virtual methods? I don't think this is related to a private constructor. I thought, these is what was done in Python-Ogre project. Let me take a look once again on the project and I will back to you with the answer. > > Thank you for your help, You are welcome :-) |