document_uri property

document_uri property

The location of the document or null if undefined or if the Document was created using DOMImplementation.createDocument.

Definition:

@property
def document_uri(self):
    ...

See Also