def __getitem__(self, item): if self.o is None: return self._wrap(None) return self._wrap(self.o.__getitem__(item))