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

# · Python · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 90b1aea8561597736d2788737bd70941 MD5 · raw file

  1. import mod_a
  2. import mod_b
  3. c = mod_b.C()
  4. d = mod_b.D()
  5. d.DoSomething(c)