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

Public Member Functions

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

Public Attributes

 title = title
 Text used as title for the ntuple item.
 
 contact = contact
 name of contact person
 
 html_content = html_content
 path to the json file which contains the individual numbers of the ntuple
 
 is_expert = is_expert
 true if this is marked as an expert-only HTML code
 
 description = description
 telling description for this HTML code
 
 check = check
 what should be checked for in this HTML code
 

Detailed Description

Compiled HTLM Content

Definition at line 482 of file json_objects.py.

Constructor & Destructor Documentation

◆ __init__()

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

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

◆ check

check = check
inherited

what should be checked for in this HTML code

Definition at line 238 of file json_objects.py.

◆ contact

contact = contact

name of contact person

Definition at line 508 of file json_objects.py.

◆ description

description = description
inherited

telling description for this HTML code

Definition at line 236 of file json_objects.py.

◆ html_content

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.

◆ is_expert

is_expert = is_expert
inherited

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

Definition at line 234 of file json_objects.py.

◆ title

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: