Home | Trees | Indices | Help |
|
---|
|
Table management module. :copyright: 2000-2008 LOGILAB S.A. (Paris, FRANCE), all rights reserved. :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr :license: General Public License version 2 - http://www.gnu.org/licenses
Classes | |
Table Table defines a data table with column and row names. |
|
TableStyle Defines a table's style... |
|
TableStyleSheet A simple Table stylesheet Rules are expressions where cells are defined by the row_index and col_index separated by an underscore ('_'). |
|
TableCellRenderer Defines a simple text renderer... |
|
DocbookRenderer Defines how to render a cell for a docboook table... |
|
TableWriter A class to write tables... |
|
DocbookTableWriter Defines an implementation of TableWriter to write a table in Docbook... |
Variables | |
CELL_PROG = re.compile("([0-9]+)_([0-9]+)")
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Jun 4 19:39:02 2009 | http://epydoc.sourceforge.net |