Displaying 1 result from an estimated 1 matches for "dabeaz".
Did you mean:
dabda1
2006 Nov 04
1
SWIG tricks
Just saw this interesting page:
http://www.dabeaz.com/cgi-bin/wiki.pl?SwigFaq/Python
It says "Typemaps are powerful, but often beginners (like me) start to
see them as the be-all and end-all of fiddling with parameters and end
up missing simpler ways to achieve things. Using %extend allows you to
create new functions with parameters how y...