Belle II Software development
|
Public Member Functions | |
def | __init__ (self, revisions=None, packages=None) |
Public Attributes | |
revisions | |
the list of revisions used in this comparison | |
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.
def __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 |
the list of packages looked at in this comparison
Definition at line 592 of file json_objects.py.
revisions |
the list of revisions used in this comparison
Definition at line 590 of file json_objects.py.