/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

  1. from import_nomodule import *
  2. f = create_Foo()
  3. test1(f,42)
  4. b = Bar()
  5. test1(b,37)