Belle II Software development
|
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 | |
Compiled HTLM Content
Definition at line 482 of file json_objects.py.
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.
contact |
name of contact person
Definition at line 508 of file json_objects.py.
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 |
Text used as title for the ntuple item.
Definition at line 506 of file json_objects.py.