host property

host property

Gets or sets a string representation for the specified URL host.

Definition:

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

See Also