position property
position property
This attribute specifies the position of the character in the object
Definition:
@property
def position(self):
...
@position.setter
def position(self, value):
...
This attribute specifies the position of the character in the object
@property
def position(self):
...
@position.setter
def position(self, value):
...