Beispiel #1
0
 def format_report_footer(self):
     rst = _get_header_rst(self.leading_path, self.threshold)
     html = utils.rst_to_html(rst)
     self.outstream().write(self.chart.last_part(abovetable=html))
Beispiel #2
0
 def format_report_footer(self):
     s = utils.rst_to_html(_get_infostr(self.leading_path))
     self.outstream().write(self.chart.last_part(abovetable=s))
Beispiel #3
0
 def format_report_footer(self):
     info = utils.rst_to_html(_coupling_infostr(self.leading_path))
     self.outstream().write(self.chart.last_part(info))
Beispiel #4
0
 def format_report_footer(self):
     rst = _get_header_rst(self.leading_path, self.threshold)
     html = utils.rst_to_html(rst)
     self.outstream().write(self.chart.last_part(abovetable=html))
Beispiel #5
0
 def format_report_footer(self):
     s = utils.rst_to_html(_get_infostr(self.leading_path))
     self.outstream().write(self.chart.last_part(abovetable=s))
Beispiel #6
0
 def format_report_footer(self):
     info = utils.rst_to_html(_coupling_infostr(self.leading_path))
     self.outstream().write(self.chart.last_part(info))