git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4590 626c5289-ae23-0410-ae9c-e8d60b6d4f22
5 lines
95 B
Python
5 lines
95 B
Python
import class_scope_weird
|
|
|
|
f = class_scope_weird.Foo()
|
|
if f.bar(3) != 3:
|
|
raise RuntimeError
|