|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Public Member Functions | |
| __init__ (self, DalBase dal, Configuration config, RelationshipCache tree) | |
| str | id (self) |
| Dict[str, Any] | attributes (self) |
| Dict[str, Set[str]] | relations (self) |
| List[DalBase] | get_parents (self) |
| None | rename (self, str name) |
| bool | __eq__ (self, object other) |
| bool | has_same_parents (self, "ExtendedDal" other) |
Public Attributes | |
| dal = dal | |
| config = config | |
| tree = tree | |
| str | id = other.id |
| Dict[str, Any] | attributes = other.attributes |
| Dict[str, Set[str]] | relations = other.relations |
Protected Attributes | |
| Dict[str, Any]|None | _attributes = None |
| Dict[str, Set[str]]|None | _relations = None |
A DAL object enriched with its configuration and relationship tree.
Definition at line 70 of file rename_duplicate_dals.py.
| rename_duplicate_dals.ExtendedDal.__init__ | ( | self, | |
| DalBase | dal, | ||
| Configuration | config, | ||
| RelationshipCache | tree ) |
Definition at line 73 of file rename_duplicate_dals.py.
| bool rename_duplicate_dals.ExtendedDal.__eq__ | ( | self, | |
| object | other ) |
Definition at line 113 of file rename_duplicate_dals.py.
| Dict[str, Any] rename_duplicate_dals.ExtendedDal.attributes | ( | self | ) |
Definition at line 85 of file rename_duplicate_dals.py.
| List[DalBase] rename_duplicate_dals.ExtendedDal.get_parents | ( | self | ) |
Definition at line 106 of file rename_duplicate_dals.py.
| bool rename_duplicate_dals.ExtendedDal.has_same_parents | ( | self, | |
| "ExtendedDal" | other ) |
Definition at line 123 of file rename_duplicate_dals.py.
| str rename_duplicate_dals.ExtendedDal.id | ( | self | ) |
Definition at line 81 of file rename_duplicate_dals.py.
| Dict[str, Set[str]] rename_duplicate_dals.ExtendedDal.relations | ( | self | ) |
Definition at line 94 of file rename_duplicate_dals.py.
| None rename_duplicate_dals.ExtendedDal.rename | ( | self, | |
| str | name ) |
Definition at line 109 of file rename_duplicate_dals.py.
|
protected |
Definition at line 77 of file rename_duplicate_dals.py.
|
protected |
Definition at line 78 of file rename_duplicate_dals.py.
| Dict[str, Any] rename_duplicate_dals.ExtendedDal.attributes = other.attributes |
Definition at line 119 of file rename_duplicate_dals.py.
| rename_duplicate_dals.ExtendedDal.config = config |
Definition at line 75 of file rename_duplicate_dals.py.
| rename_duplicate_dals.ExtendedDal.dal = dal |
Definition at line 74 of file rename_duplicate_dals.py.
| str rename_duplicate_dals.ExtendedDal.id = other.id |
Definition at line 118 of file rename_duplicate_dals.py.
| Dict[str, Set[str]] rename_duplicate_dals.ExtendedDal.relations = other.relations |
Definition at line 120 of file rename_duplicate_dals.py.
| rename_duplicate_dals.ExtendedDal.tree = tree |
Definition at line 76 of file rename_duplicate_dals.py.