This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / 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