destination property

destination property

Gets or sets the destination.

Definition:

@property
def destination(self):
    ...
@destination.setter
def destination(self, value):
    ...

See Also