[issue33539] Remove `init` flag from @dataclass?

Barry A. Warsaw report at bugs.python.org
Wed May 16 15:56:39 EDT 2018


Barry A. Warsaw <barry at python.org> added the comment:

Really?  Why doesn't this work in the derived dataclass?

    def __init__(self, *args, **kws):
        super().__init__(*args, **kws)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33539>
_______________________________________


More information about the Python-bugs-list mailing list