Sorry I meant remove the @property
and replace self.modifyW
by self.modifyW()
.
But still it means it found the method, only the property was not found…
Sorry I meant remove the @property
and replace self.modifyW
by self.modifyW()
.
But still it means it found the method, only the property was not found…