![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, revisions=None, packages=None) | |
Public Attributes | |
revisions = revisions | |
the list of revisions used in this comparison | |
packages = packages | |
the list of packages looked at in this comparison | |
label | |
the unique label of this comparison | |
Contains information and plots generated for comparisons between revisions
Definition at line 572 of file json_objects.py.
__init__ | ( | self, | |
revisions = None, | |||
packages = None ) |
Create a new ComparisonRevision object and fill all members
Definition at line 579 of file json_objects.py.
label |
the unique label of this comparison
Definition at line 595 of file json_objects.py.
packages = packages |
the list of packages looked at in this comparison
Definition at line 592 of file json_objects.py.
revisions = revisions |
the list of revisions used in this comparison
Definition at line 590 of file json_objects.py.