def __getattr__(self, name): if self._wrapped is empty: self._setup(name) return getattr(self._wrapped, name)