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

5 lines
53 B
Python

from global_ns_arg import *
a = foo(1)
b = bar_fn()