Belle II Software development
HtmlContent Class Reference
Inheritance diagram for HtmlContent:
JsonBase ComparisonHtmlContent

Public Member Functions

def __init__ (self, is_expert=False, description=None, check=None)
 

Public Attributes

 is_expert
 true if this is marked as an expert-only HTML code
 
 description
 telling description for this HTML code
 
 check
 what should be checked for in this HTML code
 

Detailed Description

Wrapper for user HTML Content. This is not a graphical plot but HTML
code which will be directly output on the validation website.

Definition at line 220 of file json_objects.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  is_expert = False,
  description = None,
  check = None 
)
Create a new NTuple object and fill all members

Reimplemented in ComparisonHtmlContent.

Definition at line 228 of file json_objects.py.

228 def __init__(self, is_expert=False, description=None, check=None):
229 """
230 Create a new NTuple object and fill all members
231 """
232
233
234 self.is_expert = is_expert
235
236 self.description = description
237
238 self.check = check
239
240

Member Data Documentation

◆ check

check

what should be checked for in this HTML code

Definition at line 238 of file json_objects.py.

◆ description

description

telling description for this HTML code

Definition at line 236 of file json_objects.py.

◆ is_expert

is_expert

true if this is marked as an expert-only HTML code

Definition at line 234 of file json_objects.py.


The documentation for this class was generated from the following file: