CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions
html.HtmlReportDummy Class Reference

Public Member Functions

def __init__
 
def addPlots
 
def addTable
 
def beginSample
 

Detailed Description

Definition at line 842 of file html.py.

Constructor & Destructor Documentation

def html.HtmlReportDummy.__init__ (   self)

Definition at line 843 of file html.py.

844  def __init__(self):
845  pass

Member Function Documentation

def html.HtmlReportDummy.addPlots (   self,
  args,
  kwargs 
)

Definition at line 849 of file html.py.

850  def addPlots(self, *args, **kwargs):
851  pass
def html.HtmlReportDummy.addTable (   self,
  args,
  kwargs 
)

Definition at line 852 of file html.py.

853  def addTable(self, *args, **kwargs):
854  pass
def html.HtmlReportDummy.beginSample (   self,
  args,
  kwargs 
)

Definition at line 846 of file html.py.

847  def beginSample(self, *args, **kwargs):
848  pass