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

Constructor & Destructor Documentation

◆ __init__()

def html.HtmlReportDummy.__init__ (   self)

Definition at line 803 of file html.py.

803  def __init__(self):
804  pass
805 

Member Function Documentation

◆ addPlots()

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

Definition at line 809 of file html.py.

809  def addPlots(self, *args, **kwargs):
810  pass
811 

◆ addTable()

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

Definition at line 812 of file html.py.

812  def addTable(self, *args, **kwargs):
813  pass

◆ beginSample()

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

Definition at line 806 of file html.py.

806  def beginSample(self, *args, **kwargs):
807  pass
808