I am getting
Error: AttributeError : attribute is read-only (Python.Runtime.PythonException)
trying to override an existing method for the application running IronPython:
self.attribute = True
How to "unlock" the attribute so it could be overwritten with a new value?