source property

source property

Gets or sets the source. The source attribute indicates the location of the array to access using a URL expression. Required attribute.

Definition:

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

See Also