|
DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Functions | |
| dict[str, object] | get_attribute_info (object o) |
| Dal helpers. | |
| dict[str, object] | get_relation_info (object o) |
| list[str] | get_attribute_list (object o) |
| list[str] | get_relation_list (object o) |
| list[str] | get_superclass_list (object o) |
| list[str] | get_subclass_list (object o) |
| bool | compare_dal_obj (object a, object b) |
| None | find_related (object dal_obj, set[object] dal_group) |
| set[object] | find_duplicates (Iterable[object] collection) |
| bool compare_dal_obj | ( | object | a, |
| object | b ) |
Compare two dal objects by content
Definition at line 24 of file dal_helpers.py.
| set[object] find_duplicates | ( | Iterable[object] | collection | ) |
Find duplicated dal objects in a collection by comparing objects attributes and relationships
Definition at line 74 of file dal_helpers.py.
| None find_related | ( | object | dal_obj, |
| set[object] | dal_group ) |
Definition at line 48 of file dal_helpers.py.
| dict[str, object] get_attribute_info | ( | object | o | ) |
Dal helpers.
Definition at line 6 of file dal_helpers.py.
| list[str] get_attribute_list | ( | object | o | ) |
Definition at line 12 of file dal_helpers.py.
| dict[str, object] get_relation_info | ( | object | o | ) |
Definition at line 9 of file dal_helpers.py.
| list[str] get_relation_list | ( | object | o | ) |
Definition at line 15 of file dal_helpers.py.
| list[str] get_subclass_list | ( | object | o | ) |
Definition at line 21 of file dal_helpers.py.
| list[str] get_superclass_list | ( | object | o | ) |
Definition at line 18 of file dal_helpers.py.