hostname property

hostname property

Gets or sets a string representation of the host segment of the associated URL.

Definition:

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

See Also