pathname property

pathname property

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

Definition:

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

See Also