Belle II Software
release-08-01-10
|
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 206 of file json_objects.py.
def __init__ | ( | self, | |
is_expert = False , |
|||
description = None , |
|||
check = None |
|||
) |
Create a new NTuple object and fill all members
Definition at line 214 of file json_objects.py.