6.4.7.13. Code Output

6.4.7.13. Code Output

Start python section to interscript/weavers/latex.py[16]
   344: #line 372 "latex_weaver.ipk"
   345:   # default code line formatting
   346:   def echotangle(self,count,data):
   347:     if self.comments:
   348:       self._writeline(data)
   349:     else:
   350:       self.writecode("%6d: %s" % (count,data))
   351: 
End python section to interscript/weavers/latex.py[16]