Belle II Software development
|
Public Member Functions | |
def | __init__ (self, label, git_hash=None, creation_date=None, color=None) |
Public Attributes | |
color | |
the color which was used for this revision in the comparison plots | |
Revision information enriched by the information gained during a comparison.
Definition at line 553 of file json_objects.py.
def __init__ | ( | self, | |
label, | |||
git_hash = None , |
|||
creation_date = None , |
|||
color = None |
|||
) |
Create a new ComparisonRevision object and fill all members
Reimplemented from Revision.
Definition at line 560 of file json_objects.py.
color |
the color which was used for this revision in the comparison plots
Definition at line 569 of file json_objects.py.