add the PyObject **PYTHON_SELF typemap(in)

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7774 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-11-02 15:55:17 +00:00
commit 9b9aee8eca

View file

@ -69,6 +69,10 @@
* Python extra typemaps
* ------------------------------------------------------------ */
/* Get the address of the 'python self' object */
%typemap(in,numinputs=0) PyObject **PYTHON_SELF "$1 = &obj0;";
/* Consttab, needed for callbacks, it should be removed later */
%typemap(consttab) SWIGTYPE ((*)(ANY))