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

Public Member Functions

def __init__ (self, title, contact=None, description=None, check=None, is_expert=None, html_content=None)
 

Public Attributes

 title
 Text used as title for the ntuple item.
 
 contact
 name of contact person
 
 html_content
 path to the json file which contains the individual numbers of the ntuple
 

Detailed Description

Compiled HTLM Content

Definition at line 482 of file json_objects.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  title,
  contact = None,
  description = None,
  check = None,
  is_expert = None,
  html_content = None 
)
Create a new ComparisonNTuple object and fill all members

Reimplemented from HtmlContent.

Definition at line 488 of file json_objects.py.

496 ):
497 """
498 Create a new ComparisonNTuple object and fill all members
499 """
500
501 # todo: move more into the base class
502 super().__init__(
503 is_expert=is_expert, description=description, check=check
504 )
505
506 self.title = title
507
508 self.contact = contact
509
511 self.html_content = html_content
512
513

Member Data Documentation

◆ contact

contact

name of contact person

Definition at line 508 of file json_objects.py.

◆ html_content

html_content

path to the json file which contains the individual numbers of the ntuple

Definition at line 511 of file json_objects.py.

◆ title

title

Text used as title for the ntuple item.

Definition at line 506 of file json_objects.py.


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