avoid cast list elements, add more debug info, add Rubin's multi-module 'mod'example
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8493 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
c42b44bf58
commit
c8e5a99ecb
7 changed files with 120 additions and 10 deletions
6
SWIG/Examples/test-suite/python/mod_runme.py
Normal file
6
SWIG/Examples/test-suite/python/mod_runme.py
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import mod_a
|
||||
import mod_b
|
||||
|
||||
c = mod_b.C()
|
||||
d = mod_b.D()
|
||||
d.DoSomething(c)
|
||||
Loading…
Add table
Add a link
Reference in a new issue