password property

password property

Sets the password to open encrypted file.

Remarks

For code example, see the documentation.

Definition:

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

See Also