sportran.utils.attributedictΒΆ

Classes

AttributeDict([dictionary])

This class internally stores values in a dictionary, but exposes the keys also as attributes, i.e. asking for attrdict.key will return the value of attrdict['key'] and so on.