port property

port property

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

Definition:

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

See Also