Belle II Software  release-08-01-10
ComparisonRevision Class Reference
Inheritance diagram for ComparisonRevision:
Collaboration diagram for ComparisonRevision:

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
 
 label
 label (or tag) used to display this revision
 
 creation_date
 date when the validation output of this revision was created, as datetime object
 
 creation_timezone
 timezone used by the creation date
 
 git_hash
 The git commit hash which has the HEAD while the validation scripts were executed.
 
 most_recent
 is this the most recent revision in the list this revision is contained ?
 
 packages
 list of packages contained in this revision
 

Detailed Description

Revision information enriched by the information gained during
a comparison.

Definition at line 539 of file json_objects.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  label,
  git_hash = None,
  creation_date = None,
  color = None 
)
Create a new ComparisonRevision object and fill all members

Definition at line 546 of file json_objects.py.


The documentation for this class was generated from the following file: