Re: [pygccxml-development] How to use the readme() method?
Brought to you by:
mbaas,
roman_yakovenko
From: Roman Y. <rom...@gm...> - 2006-04-06 15:30:17
|
On 4/6/06, Matthias Baas <ba...@ir...> wrote: > Hi, > > I've read in the cvs log about the new readme() method. Roman, can you > please give some instructions on how this method is to be used? Function readme should return list of strings. This list will contain some hints/tips/warnings to the user, that py++ has to say about the declaration. > I > noticed it returns a list, but what will the items be? The first > argument to the method is called "calldef" instead of "self", so is this > really supposed to be a "true" argument or is it self and you just gave > it a different name? Of course it should be self. In that moment I thought about adding functionality to calldef decl wrapper. For imlementation and usage, please take a look on calldef_wrapper.py and decl_wrapper_printer.py modules. > - Matthias - Thank you -- Roman Yakovenko C++ Python language binding http://www.language-binding.net/ |