swig/SWIG/Examples/test-suite/python/profiletest_runme.py
Marcelo Matus b630cd6340 full fn call
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@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)