How do I construct an object with temporary inputs with python’s dataclasses?
I have a question about best practices when it comes to python dataclasses. The dataclass structure. Is it OK practice to delete temporary class attributes, or am I better off foregoing the dataclass entirely?