hostname property

hostname property

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

Definition:

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

See Also