PageRenderTime 25ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/python/import_nomodule_runme.py

#
Python | 8 lines | 6 code | 2 blank | 0 comment | 0 complexity | ab4e63c52277392ee85902a2dc8a4256 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. from import_nomodule import *
  2. f = create_Foo()
  3. test1(f,42)
  4. delete_Foo(f)
  5. b = Bar()
  6. test1(b,37)