password property

password property

Sets the protected password to modify the file.

Remarks

Definition:

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

See Also