atom
atom copied to clipboard
Is there not an __post__init or some way to initialize a member based on the values of other members?
trafficstars
The default value example shows numerous ways to initialize a member. But what if you want to initialize it based on the other values of the object being instantiated?
Does Atom have something like dataclass' __post__init()?