6.14.7.13. Code Output

Start python section to interscript/weavers/latex.py[16 /19 ] Next Prev First Last
   367: #line 395 "latex_weaver.ipk"
   368:   # default code line formatting
   369:   def echotangle(self,count,data):
   370:     if self.comments:
   371:       self._writeline(data)
   372:     else:
   373:       self.writecode("%6d: %s" % (count,data))
   374: 
End python section to interscript/weavers/latex.py[16]