Belle II Software development
|
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 | |
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.
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.
check |
what should be checked for in this HTML code
Definition at line 238 of file json_objects.py.
description |
telling description for this HTML code
Definition at line 236 of file json_objects.py.
is_expert |
true if this is marked as an expert-only HTML code
Definition at line 234 of file json_objects.py.