Expand description
Types and methods for (de)serializing the header of an .npy file.
In most cases, users do not need this module, since they can use the more convenient, higher-level functionality instead.
Structs§
- Header
- Header of an
.npyfile.
Enums§
- Format
Header Error - Error formatting an
.npyheader. - Layout
- Layout of an array stored in an
.npyfile. - Parse
Header Error - Error parsing an
.npyheader. - Read
Header Error - Error reading an
.npyheader. - Write
Header Error - Error writing an
.npyheader.