url property

url property

Gets or sets the url. The url to the file which we are bridging too.

Definition:

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

See Also