Public Member Functions | |
def | __init__ |
def | doTitle |
def | doHeader |
def | doBlk |
def | doImage |
def | doFooter |
def | doPage |
def | closeFD |
Public Attributes | |
fd | |
title |
Definition at line 12 of file tw_utils.py.
def tw_utils.htmlPub.__init__ | ( | self, | |
file, | |||
title = 'Performance tests' |
|||
) |
Definition at line 13 of file tw_utils.py.
def tw_utils.htmlPub.closeFD | ( | self | ) |
Definition at line 56 of file tw_utils.py.
References tw_utils.htmlPub.fd, and tableMaker.tableMaker.fd.
Referenced by tw_utils.htmlPub.doFooter().
def tw_utils.htmlPub.doBlk | ( | self, | |
body1, | |||
body2, | |||
image_path, | |||
header = '' |
|||
) |
Definition at line 32 of file tw_utils.py.
References tw_utils.htmlPub.doHeader(), tw_utils.htmlPub.doImage(), tw_utils.htmlPub.fd, and tableMaker.tableMaker.fd.
Referenced by tw_utils.htmlPub.doPage().
def tw_utils.htmlPub.doFooter | ( | self | ) |
Definition at line 46 of file tw_utils.py.
References tw_utils.htmlPub.closeFD(), tw_utils.htmlPub.fd, and tableMaker.tableMaker.fd.
Referenced by tw_utils.htmlPub.doPage().
def tw_utils.htmlPub.doHeader | ( | self, | |
header, | |||
mode | |||
) |
Definition at line 24 of file tw_utils.py.
References tw_utils.htmlPub.fd, and tableMaker.tableMaker.fd.
Referenced by tw_utils.htmlPub.doBlk().
def tw_utils.htmlPub.doImage | ( | self, | |
image_path | |||
) |
Definition at line 42 of file tw_utils.py.
References tw_utils.htmlPub.fd, and tableMaker.tableMaker.fd.
Referenced by tw_utils.htmlPub.doBlk().
def tw_utils.htmlPub.doPage | ( | self, | |
body1, | |||
body2, | |||
image_path | |||
) |
Definition at line 52 of file tw_utils.py.
References tw_utils.htmlPub.doBlk(), and tw_utils.htmlPub.doFooter().
def tw_utils.htmlPub.doTitle | ( | self | ) |
Definition at line 18 of file tw_utils.py.
References tw_utils.htmlPub.fd, tableMaker.tableMaker.fd, regressframe.regressionframe.title, tw_utils.htmlPub.title, task_plotuv.UVPlotInfo.title, and asap.asaplotbase.asaplotbase.title.
Definition at line 14 of file tw_utils.py.
Referenced by tw_utils.htmlPub.closeFD(), tw_utils.htmlPub.doBlk(), tw_utils.htmlPub.doFooter(), tw_utils.htmlPub.doHeader(), tw_utils.htmlPub.doImage(), and tw_utils.htmlPub.doTitle().
Definition at line 15 of file tw_utils.py.
Referenced by tw_utils.htmlPub.doTitle().