Use `__set__` / `__get__` descriptors for type checking (replaces `__new__` approach) by kitagry · Pull Request #3387 · spotify/luigi

fix #3386 Description This PR addresses #3386 by implementing the descriptor protocol ( __set__ and __get__ ) in luigi.Parameter. This replaces the previous experimental approach that relied on m...