Implement __slots__ to avoid user confusion #508
Labels
code improvement
A feature request that will improve the software and its maintainability, but be invisible to users.
feature request
An issue that improves the user interface.
Milestone
Discussed in #345
Originally posted by MicahGale August 2, 2023
TIL about slots in python: https://stackoverflow.com/questions/472000/usage-of-slots
Basically statically allocating python attributes. The benefit would be to guard against typos frustrating users. For instance
cell.materail = mat
.The text was updated successfully, but these errors were encountered: