MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / LargeZipFile

Class LargeZipFile

tools/python-3.11.9-amd64/Lib/zipfile.py:47–51  ·  view source on GitHub ↗

Raised when writing a zipfile, the zipfile requires ZIP64 extensions and those extensions are disabled.

Source from the content-addressed store, hash-verified

45
46
47class LargeZipFile(Exception):
48 """
49 Raised when writing a zipfile, the zipfile requires ZIP64 extensions
50 and those extensions are disabled.
51 """
52
53error = BadZipfile = BadZipFile # Pre-3.2 compatibility names
54

Callers 3

_open_to_writeMethod · 0.85
_writecheckMethod · 0.85
_write_end_recordMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected