diff --git a/Phys/FunTuple/python/FunTuple/FunctorCollection.py b/Phys/FunTuple/python/FunTuple/FunctorCollection.py index b5ae62f66f243f96c82de40d2e19ebeec53e382f..d1aeda24e84fd0a9685a2ec8b196f712e263828a 100644 --- a/Phys/FunTuple/python/FunTuple/FunctorCollection.py +++ b/Phys/FunTuple/python/FunTuple/FunctorCollection.py @@ -24,7 +24,7 @@ class FunctorCollection(): __getitem__: Dictionary like get item update : extends a given dictionary of functors to the collection, throwing a warning about overwriting an entry if it already exists. pop : given a name or list of names it removes the functors from the collection, raising an error if the entry(ies) does(do) not exist. - print : prints the content of FunctorCollection. + __str__ : helper to print the collection add operator (+) : adds two FunctorCollection, for common entries warns the user about picking the entry from "base" FunctorCollection instance. sub operator (-) : returns a FunctorCollection that contains unique entries between two FunctorCollections. get_loki_functors(self): returns dictionary of loki functors