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))
def format_report_footer(self): s = utils.rst_to_html(_get_infostr(self.leading_path)) self.outstream().write(self.chart.last_part(abovetable=s))
def format_report_footer(self): info = utils.rst_to_html(_coupling_infostr(self.leading_path)) self.outstream().write(self.chart.last_part(info))