swig/Examples/python/import_packages/split_modules
2016-06-06 22:12:56 +01:00
..
vanilla Add missing print statements to the Python import_packages tests 2016-06-06 22:12:56 +01:00
vanilla_split Add missing print statements to the Python import_packages tests 2016-06-06 22:12:56 +01:00
Makefile remove builtin tests as they are already covered. 2016-06-04 14:12:33 -06:00
README Examples readme file tweak 2016-06-05 11:23:58 +01:00

  These examples/tests are for when the SWIG generated wrapper module is split
between two packages.  Specifically the pure python part is part of a package
and the C/C++ part is not in any package at all.  Historically SWIG has
supported this sort of thing.

vanilla        # "plane Jane" module both halves in pkg1
vanilla_split  # python 1/2 in pkg1 C 1/2 in global namespace