swig/Examples/test-suite/python/profiletest_runme.py
Marcelo Matus 99edd219d2 full fn call
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7782 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2005-11-03 10:25:24 +00:00

6 lines
108 B
Python

import profiletest
a = profiletest.A()
b = profiletest.B()
for i in range(0,1000000):
a = b.fn(a)