Go to the documentation of this file.
9 print "importing created module...\n"
22 print "%%% a.VMethod(a)=", a.VMethod(a)
23 print "%%% a.VMethod(b)=", a.VMethod(b)
25 print "%%% b.VMethod(a)=", b.VMethod(a)
26 print "%%% b.VMethod(b)=", b.VMethod(b)