password property

password property

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

Definition:

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

See Also