Right now we have a default implementation that calls __init__ and tries to deduce the arguments from the attributes of the object. For mutable objects this does not seem reasonable, so we should not have such a default implementation and I do not see why each subclass of BasicInterface should be forced to implement with_.
The text was updated successfully, but these errors were encountered:
Right now we have a default implementation that calls
__init__
and tries to deduce the arguments from the attributes of the object. For mutable objects this does not seem reasonable, so we should not have such a default implementation and I do not see why each subclass ofBasicInterface
should be forced to implementwith_
.The text was updated successfully, but these errors were encountered: