Package mvpa :: Package base :: Module report
[hide private]
[frames] | no frames]

Module report

source code

Creating simple PDF reports using reportlab

Classes [hide private]
  Report
Simple PDF reports using reportlab Named report 'report' generates 'report.pdf' and directory 'report/' with images which were requested to be included in the report You can attach report to the existing 'verbose' with report = Report() verbose.handlers += [report] and then all verbose messages present on the screen will also be recorded in the report.
Functions [hide private]
 
escapeXML(s) source code
Variables [hide private]
  rl
  _fig_ext_default = 'png'