unlock_attr
unlock an attribute name
Last updated
unlock an attribute name
Last updated
Unlocks an attribute name that is currently locked. Nothing is returned.
Any attribute name that is currently locked from reassignment (See ) only can be unlocked using this method, which reinstates the ability to reassign that attribute name to new values again.
Unlocking an attribute name will only affect the general lock (See ).
Basic Example of unlocking a name using default positional parameter
In this example, we simply unlock an attribute name that already exists in the and is also currently present in the by passing a string of the attribute name as an argument to the unlock_attr method to unlock the name.
Methods that provide related utility to this method
-> Lock an attribute name -> View all the currently locked attribute names
Describes all parameter functionality and accepted data types