PageRenderTime 67ms CodeModel.GetById 5ms RepoModel.GetById 1ms app.codeStats 0ms

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

#
Python | 6 lines | 5 code | 1 blank | 0 comment | 0 complexity | 90b1aea8561597736d2788737bd70941 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. import mod_a
  2. import mod_b
  3. c = mod_b.C()
  4. d = mod_b.D()
  5. d.DoSomething(c)