document_uri property

document_uri property

Gets or sets the document URI.

Definition:

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

See Also