Box icon indicating copy to clipboard operation
Box copied to clipboard

Internal-only Variables?

Open bwanshoom opened this issue 9 months ago • 0 comments

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.

bwanshoom avatar May 24 '24 21:05 bwanshoom