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 843 of file html.py.

Constructor & Destructor Documentation

◆ __init__()

def html.HtmlReportDummy.__init__ (   self)

Definition at line 844 of file html.py.

844  def __init__(self):
845  pass
846 

Member Function Documentation

◆ addPlots()

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

Definition at line 850 of file html.py.

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

◆ addTable()

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

Definition at line 853 of file html.py.

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

◆ beginSample()

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

Definition at line 847 of file html.py.

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