Esempio n. 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))
Esempio n. 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))
Esempio n. 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))
Esempio n. 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))
Esempio n. 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))
Esempio n. 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))