hipercam.group

Defines classes which contain groups of objects of identical type keyed with strings only.

Classes

Agroup(ftype, *args, **kwargs)

A Group which defines arithmetic methods +=, +, etc which must be supported by whatever objects the Group contains.

Group(ftype, *args, **kwargs)

A specialized OrderedDict that enforces string keys only and a single class for the values.