Files
ANSLibs/swig-4.3.0/Examples/test-suite/python/class_scope_weird_runme.py

7 lines
124 B
Python
Raw Normal View History

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