swig/Examples/test-suite/python/class_scope_weird_runme.py

6 lines
95 B
Python

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