On May 16, 2018, at 16:48, Eric V. Smith <report@bugs.python.org> wrote:
> Do you really want to add a __init__ to each of the 500 classes?
Well, of course *I* do, but I’m weird like that.
> That is, the base class could legitimately being doing something with the derived class fields, and you might want to move all of the logic in to a base class.
Yeah, I can see the points. I think if these are use cases we want to support, maybe we should describe them in the documentation as justifications for the keyword arguments. |