bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / lib / _npyio_impl / zipfile_factory
function
numpy.lib._npyio_impl:zipfile_factory
source: build-install/usr/lib/python3.14/site-packages/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