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

Eric V. Smith report at bugs.python.org
Wed May 16 15:21:17 EDT 2018


Eric V. Smith <eric at trueblade.com> added the comment:

Larry points out that one potential use case is a base class that defines some awesome __init__ that you want to use. Without init=False, there’s no good way to use it.

----------

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


More information about the Python-bugs-list mailing list