DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dal_helpers.py File Reference

Go to the source code of this file.

Namespaces

namespace  dal_helpers

Functions

dict[str, object] dal_helpers.get_attribute_info (object o)
 Dal helpers.
dict[str, object] dal_helpers.get_relation_info (object o)
list[str] dal_helpers.get_attribute_list (object o)
list[str] dal_helpers.get_relation_list (object o)
list[str] dal_helpers.get_superclass_list (object o)
list[str] dal_helpers.get_subclass_list (object o)
bool dal_helpers.compare_dal_obj (object a, object b)
None dal_helpers.find_related (object dal_obj, set[object] dal_group)
set[object] dal_helpers.find_duplicates (Iterable[object] collection)