HappyDoc Generated Documentation Class: StructuredTextTable

HappyDoc3-r3_1 / happydoclib / docstring / StructuredText / ClassicDocumentClass.py / StructuredTextTable 

rows is a list of lists containing tuples, which represent the columns/cells in each rows. EX rows = [[(row 1:column1,1)],[(row2:column1,1)]]

a StructuredTextTable holds StructuredTextRows

Base Classes   

StructuredTextTable
  ST.StructuredTextDocument
    StructuredTextParagraph

Methods   
  getColorizableTexts 
getColorizableTexts ( self )

return a tuple where each item is a column/cell's contents. The tuple, result, will be of this format. ("r1 col1", "r1=col2", "r2 col1", "r2 col2")

  getRows 
getRows ( self )
  _setColorizableTexts 
_setColorizableTexts ( self )
  _getColorizableTexts 
_getColorizableTexts ( self )
  _getRows 
_getRows ( self )
  __init__ 
__init__ (
        self,
        rows,
        src,
        subs,
        **kw,
        )
  setColorizableTexts 
setColorizableTexts ( self,  texts )

texts is going to a tuple where each item is the result of being mapped to the colortext function. Need to insert the results appropriately into the individual columns/cells


This document was automatically generated Tue Dec 5 08:31:16 2006 by HappyDoc version 3.1