Example #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))
Example #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))
Example #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))
Example #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))
Example #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))
Example #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))