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):
    ...

See Also