enable_zip64 property

enable_zip64 property

Use ZIP64 extensions when writing zip archives, as necessary.

Definition:

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

See Also