Package pylal :: Package dq :: Module summary :: Class MetaStateTab
[hide private]
[frames] | no frames]

Class MetaStateTab

source code

   object --+        
            |        
   SummaryTab --+    
                |    
SectionSummaryTab --+
                    |
                   MetaStateTab

This meta-class should stand between a SectionSummaryTab and each of it's children, allowing to hold the information for running the same tab in a variety of different run states.

Instance Methods [hide private]
 
finalize(self)
Write the HTML page for this MetaStateTab.
source code

Inherited from SectionSummaryTab: frametohtml, write_tabs

Inherited from SummaryTab: __init__, add_child, add_information, build, directory, end_time, get_child, href, index, name, plots, segments, span, start_time, subplots, write_ifo_links, write_menu

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from SummaryTab: ifo, mode

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

finalize(self)

source code 

Write the HTML page for this MetaStateTab.

Overrides: SectionSummaryTab.finalize