Belle II Software development
ComparisonRevision Class Reference
Inheritance diagram for ComparisonRevision:
Revision JsonBase

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
 

Detailed Description

Revision information enriched by the information gained during
a comparison.

Definition at line 553 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

Reimplemented from Revision.

Definition at line 560 of file json_objects.py.

560 def __init__(self, label, git_hash=None, creation_date=None, color=None):
561 """
562 Create a new ComparisonRevision object and fill all members
563 """
564
565 # todo: creation_date
566 super().__init__(label, git_hash=git_hash, creation_date=None)
567
569 self.color = color
570
571

Member Data Documentation

◆ color

color

the color which was used for this revision in the comparison plots

Definition at line 569 of file json_objects.py.


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