Package gavo :: Package web :: Module htmltable
[frames] | no frames]

Module htmltable

source code

A renderer for Data to HTML/stan

Classes
  HeadCellsMixin
A mixin providing renders for table headings.
  HeadCells
  HTMLDataRenderer
A base class for rendering tables and table lines.
  HTMLTableFragment
A nevow renderer for result tables.
  HTMLKeyValueFragment
A nevow renderer for single-row result tables.
Functions
 
writeDataAsHTML(data, outputFile, acquireSamples=False)
writes data's primary table to outputFile.
source code
Variables
  __package__ = 'gavo.web'
Function Details

writeDataAsHTML(data, outputFile, acquireSamples=False)

source code 

writes data's primary table to outputFile.

(acquireSamples is actually ignored; it is just present for compatibility with the other writers until I rip out the samples stuff altogether).