Module header

Module header 

Source
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 .npy file.

Enums§

FormatHeaderError
Error formatting an .npy header.
Layout
Layout of an array stored in an .npy file.
ParseHeaderError
Error parsing an .npy header.
ReadHeaderError
Error reading an .npy header.
WriteHeaderError
Error writing an .npy header.