bundles / numpy 2.4.3 / numpy / lib / _npyio_impl / zipfile_factory
function
numpy.lib._npyio_impl:zipfile_factory
source: /numpy/lib/_npyio_impl.py :100
Signature
def zipfile_factory ( file , * args , ** kwargs ) Summary
Create a ZipFile.
Extended Summary
Allows for Zip64, and the file argument can accept file, str, or pathlib.Path objects. args and kwargs are passed to the zipfile.ZipFile constructor.
Aliases
-
numpy.lib._npyio_impl.zipfile_factory