comment property

comment property

Gets or sets the ZIP archive comment created by a user.

Example

The following code snippet shows how to remove the user comment from a ZIP archive.

Definition:

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

See Also