def __getitem__(self, key): prop = self.property(key) if prop is None: raise KeyError(key) return prop.value