![]() |
Belle II Software prerelease-10-00-00a
|


Public Member Functions | |
| __init__ (self, is_expert=False, description=None, check=None) | |
Public Attributes | |
| 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 | |
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.
| __init__ | ( | self, | |
| is_expert = False, | |||
| description = None, | |||
| check = None ) |
Create a new NTuple object and fill all members
Definition at line 228 of file json_objects.py.
| check = check |
what should be checked for in this HTML code
Definition at line 238 of file json_objects.py.
| description = description |
telling description for this HTML code
Definition at line 236 of file json_objects.py.
| is_expert = is_expert |
true if this is marked as an expert-only HTML code
Definition at line 234 of file json_objects.py.