[pygccxml-commit] source/pyplusplus/decl_wrappers decl_wrapper.py,1.5,1.6
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-04-06 15:25:46
|
Update of /cvsroot/pygccxml/source/pyplusplus/decl_wrappers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19758/pyplusplus/decl_wrappers Modified Files: decl_wrapper.py Log Message: changing calldef to self Index: decl_wrapper.py =================================================================== RCS file: /cvsroot/pygccxml/source/pyplusplus/decl_wrappers/decl_wrapper.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** decl_wrapper.py 6 Apr 2006 06:15:59 -0000 1.5 --- decl_wrapper.py 6 Apr 2006 15:25:38 -0000 1.6 *************** *** 90,94 **** #raise ! def readme( calldef ): """This function will returns some hints/tips/description of problems that applied to the declarations. For example function that has argument --- 90,94 ---- #raise ! def readme( self ): """This function will returns some hints/tips/description of problems that applied to the declarations. For example function that has argument |