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
I apologize in advance if this is covered somewhere, but I could not find it searching the repo and the docs.
Is there a way to have a variable be internal only so it's not exported, not included in to_dict, etc.? The use case is to subclass Box and have variables internal to the class, but not included in the data.
The text was updated successfully, but these errors were encountered:
I apologize in advance if this is covered somewhere, but I could not find it searching the repo and the docs.
Is there a way to have a variable be internal only so it's not exported, not included in to_dict, etc.? The use case is to subclass Box and have variables internal to the class, but not included in the data.
The text was updated successfully, but these errors were encountered: