def _set_file(self, value): if value is not None and not isinstance(value, File): value = File(value) self._file = value self._committed = False