MCPcopy Create free account
hub / github.com/KDE/labplot / process_logfile

Method process_logfile

admin/asan_symbolize.py:424–428  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

422 return result
423
424 def process_logfile(self):
425 self.frame_no = 0
426 for line in logfile:
427 processed = self.process_line(line)
428 print '\n'.join(processed)
429
430 def process_line_echo(self, line):
431 return [line.rstrip()]

Callers 1

asan_symbolize.pyFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected