6.4.5.6. Code Output

6.4.5.6. Code Output

Start python section to interscript/weavers/html.py[9]
   278: #line 323 "html_weaver.ipk"
   279:   # default code line formatting
   280:   def echotangle(self,count,data):
   281:     if self.comments:
   282:       self._writeline(data)
   283:     else:
   284:       self._ensuremode('PRE')
   285:       self._write('<SPAN CLASS="LINENO">%6d: </SPAN>' % count)
   286:       self._writeline(cvt_code(data))
   287: 
End python section to interscript/weavers/html.py[9]