subject_location property

subject_location property

Gets or sets the subject location.

Definition:

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

See Also