full fn call

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7782 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-11-03 10:25:24 +00:00
commit 99edd219d2

View file

@ -1,7 +1,6 @@
import _profiletest
#import profiletest
import profiletest
a = _profiletest.new_A()
b = _profiletest.new_B()
for i in range(0,10000000):
a = _profiletest.B_fn(b, a)
a = profiletest.A()
b = profiletest.B()
for i in range(0,1000000):
a = b.fn(a)