You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue: These quotation marks will lead to the NotImplementedError statically printing out the string "method_name" instead of the value stored in the method_name variable, which would be more desirable.
Solution: I believe the intended effect would be to inform about which method specifically could not be found through recursive parent dictionary checking. This can be achieved by removing the quotation marks around the method_name.
Thank you for creating and maintaining this resource, it's awesome!
The text was updated successfully, but these errors were encountered:
sdxpy/src/oop/inherit_class.py
Line 72 in 6c1c27c
Issue: These quotation marks will lead to the
NotImplementedError
statically printing out the string"method_name"
instead of the value stored in themethod_name
variable, which would be more desirable.Solution: I believe the intended effect would be to inform about which method specifically could not be found through recursive parent dictionary checking. This can be achieved by removing the quotation marks around the
method_name
.Thank you for creating and maintaining this resource, it's awesome!
The text was updated successfully, but these errors were encountered: