port property

port property

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

Definition:

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

See Also