Re: [pygccxml-development] Changing mdecl_wrapper_t.decls
Brought to you by:
mbaas,
roman_yakovenko
From: Allen B. <al...@vr...> - 2006-08-23 21:16:43
|
Roman Yakovenko wrote: > On 8/23/06, Allen Bierbaum <al...@vr...> wrote: > >> I would like to propose that we change mdecl_wrapper_t.decls to be named >> something else. Perhaps "decl_list" or something. > > > declarations ? Sounds fine with me. -Allen > >> The reason is that the current name conflicts with the method of the >> same name in the decl interface from scopedef_t. >> >> So for example: >> >> classes = ns.decls("class") >> classes.decls("method") >> >> This will fail because it finds the attribute decls which is not a >> callable. >> >> Comments? >> >> -Allen >> >> >> ------------------------------------------------------------------------- >> >> Using Tomcat but need to do more? Need to support web services, >> security? >> Get stuff done quickly with pre-integrated technology to make your >> job easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> pygccxml-development mailing list >> pyg...@li... >> https://lists.sourceforge.net/lists/listinfo/pygccxml-development >> > > |