|
| 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 521 of file json_objects.py.
◆ __init__()
def __init__ |
( |
|
self, |
|
|
|
revisions = None , |
|
|
|
packages = None |
|
) |
| |
Create a new ComparisonRevision object and fill all members
Definition at line 528 of file json_objects.py.
528 def __init__(self, revisions=None, packages=None):
530 Create a new ComparisonRevision object and fill all members
539 self.revisions = revisions
541 self.packages = packages
542 sorted_revs = sorted(revisions, key=
lambda x: x.label)
544 self.label = functools.reduce(
545 lambda x, y: x +
"_" + y.label,
The documentation for this class was generated from the following file: