add and extend missing/deleted docs for the pythonappend/pythonpreppend features and the new directive forms %pythonappend/%pythonpreppend
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8573 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
51f7ea18f6
commit
146958ad78
2 changed files with 112 additions and 0 deletions
|
|
@ -169,3 +169,20 @@ These methods "may be called" if needed.
|
|||
#define %nokwargs %feature("kwargs", "0")
|
||||
#define %clearkwargs %feature("kwargs", "")
|
||||
|
||||
/* ------------------------------------------------------------------------- */
|
||||
/*
|
||||
Add python code to the proxy/shadow code
|
||||
|
||||
%pythonpreppend - Add code before the C++ function is called
|
||||
%pythonappend - Add code after the C++ function is called
|
||||
*/
|
||||
|
||||
#define %pythonpreppend %feature("pythonpreppend")
|
||||
#define %clearpythonpreppend %feature("pythonpreppend","")
|
||||
|
||||
#define %pythonappend %feature("pythonappend")
|
||||
#define %clearpythonappend %feature("pythonappend","")
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue