6.14.9.17. Code Output

Start python section to interscript/weavers/lout.py[30 /34 ] Next Prev First Last
   443: #line 885 "lout_weaver.ipk"
   444:     def echotangle(self, count, data):
   445:         if self.comments:
   446:             self._writeline(data)
   447:         else:
   448:             self._writeline("%6d: %s" % (count, self.cvt_code(data)))
   449:         return
   450: 
End python section to interscript/weavers/lout.py[30]