encrypted property

encrypted property

Indicates that file is encrypted.

Definition:

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

See Also