[pygccxml-development] Changing mdecl_wrapper_t.decls
Brought to you by:
mbaas,
roman_yakovenko
|
From: Allen B. <al...@vr...> - 2006-08-23 20:42:42
|
I would like to propose that we change mdecl_wrapper_t.decls to be named
something else. Perhaps "decl_list" or something.
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
|