CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros 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 683 of file html.py.

Constructor & Destructor Documentation

def html.HtmlReportDummy.__init__ (   self)

Definition at line 684 of file html.py.

685  def __init__(self):
686  pass

Member Function Documentation

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

Definition at line 690 of file html.py.

691  def addPlots(self, *args, **kwargs):
692  pass
def html.HtmlReportDummy.addTable (   self,
  args,
  kwargs 
)

Definition at line 693 of file html.py.

694  def addTable(self, *args, **kwargs):
695  pass
def html.HtmlReportDummy.beginSample (   self,
  args,
  kwargs 
)

Definition at line 687 of file html.py.

688  def beginSample(self, *args, **kwargs):
689  pass