url property

url property

The complete URI of the document.

Definition:

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

See Also