mutable Attribute
The mutable attribute indicates if a data element is changeable. This will determine if mutators are allowed to change it's value. This attribute always defaults to True, or changeable.
The mutable attribute indicates if a data element is changeable. This will determine if mutators are allowed to change it's value. This attribute always defaults to True, or changeable.