CMS 3D CMS Logo

List of all members | Public Member Functions
html.HtmlReportDummy Class Reference

Public Member Functions

def __init__ (self)
 
def addPlots (self, *args, **kwargs)
 
def addTable (self, *args, **kwargs)
 
def beginSample (self, *args, **kwargs)
 

Detailed Description

Definition at line 842 of file html.py.

Constructor & Destructor Documentation

◆ __init__()

def html.HtmlReportDummy.__init__ (   self)

Definition at line 843 of file html.py.

843  def __init__(self):
844  pass
845 

Member Function Documentation

◆ addPlots()

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

Definition at line 849 of file html.py.

849  def addPlots(self, *args, **kwargs):
850  pass
851 

◆ addTable()

def html.HtmlReportDummy.addTable (   self,
args,
**  kwargs 
)

Definition at line 852 of file html.py.

852  def addTable(self, *args, **kwargs):
853  pass

◆ beginSample()

def html.HtmlReportDummy.beginSample (   self,
args,
**  kwargs 
)

Definition at line 846 of file html.py.

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