reporter
index
https://github.com/Supporterino/IISLogAnalyzer/lib/reporter.py

# -*- coding: utf-8 -*-

 
Modules
       
os

 
Classes
       
builtins.object
Reporter

 
class Reporter(builtins.object)
     Methods defined here:
__init__(self)
This function initializes the class with the right path for the report.
write_html_doc(self)
This function writes the HTML report.

Static methods defined here:
gen_chapter_heading(title)
This function generates a chapter heading from the given input.
:param title: Title.
:return: HTML-String
gen_definition(name, text)
This function generates a definition block from the given input.
:param name: Name of the definied object.
:param text: Definitiontext.
:return: HTML-String
gen_end()
This function create the ending part of the html document.
:return: HTML-String
gen_main_heading(title)
This function generates the heading from the given input.
:param title: Title.
:return: HTML-String
gen_report(text, pic_src, alt)
This function generates a report block from the given input.
:param text: Text for the report.
:param src_pic: path to img.
:param alt: alt text for img.
:return: HTML-String
gen_report_big(text, pic_src, alt)
This function generates a report block from the given input with larger image.
:param text: Text for the report.
:param src_pic: path to img.
:param alt: alt text for img.
:return: HTML-String
gen_start()
This function create the starting part of the html document with the css in it.
:return: HTML-String

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)