@property def {{method_name}}(self): if self._{{method_name}} is None: self._{{method_name}} = {{class_name}}(self.base) return self._{{method_name}}