domain property

domain property

The domain name of the server that served the document, or a null string if the server cannot be identified by a domain name.

Definition:

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

See Also