PyCodeFragmentBuilder with imports support and tests

This commit is contained in:
Oleg Shpynov
2010-01-27 17:14:16 +03:00
parent 2e89ac43f1
commit d16d1c45cf
15 changed files with 299 additions and 10 deletions
@@ -0,0 +1,10 @@
def plus(dddd, eeeee):
<begin>
dddd + eeeee * 123
<end>
<result>
In:
dddd
eeeee
Out: