swig/Examples/python/import_packages/split_wrapper/vanilla/runme.py
Mike Romberg 3a459b3f27 Tests/Examples for the use case of splitting the wrapper.
Half of the wrapper in a package and 1/2 is global.
2016-06-02 14:17:38 -06:00

3 lines
47 B
Python

import pkg1.foo
assert(pkg1.foo.count() == 3)