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
This breaks static checks, but since this is mostly your repository I don't think that's a problem. However, I am curious why you initialize attributes this way. Does it give some special functionality that I missed?
The text was updated successfully, but these errors were encountered:
This is going back a way, but I believe my objective was to make it so that the objects created by greenery were immutable - to prevent consumers from making manual changes to obj.chars or obj.negated. There are probably better ways of achieving the same result that I wasn't aware of at the time.
Less of an issue, more of a curiosity.
In all the class
__init__(self)
methods, there is something like:Instead of:
This breaks static checks, but since this is mostly your repository I don't think that's a problem. However, I am curious why you initialize attributes this way. Does it give some special functionality that I missed?
The text was updated successfully, but these errors were encountered: