spdl.io.NpzFile¶
- class NpzFile[source]¶
A class mimics the behavior of
numpy.lib.npyio.NpzFile
.It is a thin wrapper around a zip archive, and implements
collections.abc.Mapping
interface.See
load_npz()
for the usage.Methods
get
(k[,d])items
()keys
()values
()