/trunk/Examples/test-suite/python/mod_runme.py
# · Python · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 90b1aea8561597736d2788737bd70941 MD5 · raw file
- import mod_a
- import mod_b
- c = mod_b.C()
- d = mod_b.D()
- d.DoSomething(c)
# · Python · 6 lines · 5 code · 1 blank · 0 comment · 0 complexity · 90b1aea8561597736d2788737bd70941 MD5 · raw file
- import mod_a
- import mod_b
- c = mod_b.C()
- d = mod_b.D()
- d.DoSomething(c)