position property

position property

Definition:

@property
def position(self):
    ...

@position.setter
def position(self, value):
    ...

See Also