swig/Examples/test-suite/python/class_scope_weird_runme.py
Dave Beazley 9ca7ea8ad0 new test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4590 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-03-20 19:36:16 +00:00

5 lines
95 B
Python

import class_scope_weird
f = class_scope_weird.Foo()
if f.bar(3) != 3:
raise RuntimeError