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 beginSample
 

Detailed Description

Definition at line 455 of file html.py.

Constructor & Destructor Documentation

def html.HtmlReportDummy.__init__ (   self)

Definition at line 456 of file html.py.

457  def __init__(self):
458  pass

Member Function Documentation

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

Definition at line 462 of file html.py.

463  def addPlots(self, *args, **kwargs):
464  pass
def html.HtmlReportDummy.beginSample (   self,
  args,
  kwargs 
)

Definition at line 459 of file html.py.

460  def beginSample(self, *args, **kwargs):
461  pass