source property
source property
Gets or sets the related resource from which the described resource is derived.
Remarks
The described resource may be derived from the related resource in whole or in part. Recommended best practice is to identify the related resource by means of a string conforming to a formal identification system.
Definition:
@property
def source(self):
...
@source.setter
def source(self, value):
...