Exemplo 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))
Exemplo 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))
Exemplo 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))
Exemplo 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))
Exemplo 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))
Exemplo 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))