casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables
Public Member Functions | Public Attributes
tw_utils.htmlPub Class Reference

List of all members.

Public Member Functions

def __init__
def doTitle
def doHeader
def doBlk
def doImage
def doFooter
def doPage
def closeFD

Public Attributes

 fd
 title

Detailed Description

Definition at line 12 of file tw_utils.py.


Constructor & Destructor Documentation

def tw_utils.htmlPub.__init__ (   self,
  file,
  title = 'Performance tests' 
)

Definition at line 13 of file tw_utils.py.


Member Function Documentation

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 = '' 
)
def tw_utils.htmlPub.doFooter (   self)
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)

Member Data Documentation

Definition at line 15 of file tw_utils.py.

Referenced by tw_utils.htmlPub.doTitle().


The documentation for this class was generated from the following file: