/tags/rel-1-3-premerge/SWIG/Examples/test-suite/python/import_nomodule_runme.py
# · Python · 7 lines · 5 code · 2 blank · 0 comment · 0 complexity · 3cf7d896da02bd0c31b5c1efd7bda6b9 MD5 · raw file
- from import_nomodule import *
- f = create_Foo()
- test1(f,42)
- b = Bar()
- test1(b,37)