target_location property

target_location property

Gets or sets the target location.

Definition:

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

See Also