def __getitem__(self, key): # We allow fall-through here, so values default to None return self.__dict__.get(key, None)