uri property

uri property

Gets or sets the URI of the external resource.

Definition:

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

See Also