pathname property

pathname property

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

Definition:

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

See Also