Anybody knows how to insert a string in the value of the property (type) lines, using an external method? I try in this way: def string(self): self.nameOfProperty="hello"..... But it doesn't work...