host property

host property

Gets or sets a string representation of the host and port segments of the associated URL.

Definition:

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

See Also