def __delitem__(self, key): stored.Object(self, key).delete()
def __getitem__(self, key): return stored.Object(self, key)