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: