obspy.core.util.attribdict.AttribDict.__getattr__

AttribDict.__getattr__(name, default=None)[source]

Py3k hasattr() expects an AttributeError no KeyError to be raised if the attribute is not found.