CADETProcess.dataStructure.dataStructure.frozen_attributes# CADETProcess.dataStructure.dataStructure.frozen_attributes(cls: type) → type[source]# Class decorator to prevent setting new attributes after initialization. Parameters: clstypeThe class to decorate. Returns: typeThe decorated class with frozen attributes after initialization.