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: