bundles / numpy latest / numpy / lib / format / write_array_header_2_0
function
numpy.lib.format:write_array_header_2_0
source: build-install/usr/lib/python3.14/site-packages/numpy/lib/_format_impl.py :495
Signature
def write_array_header_2_0 ( fp , d ) Summary
Write the header for an array using the 2.0 format.
The 2.0 format allows storing very large structured arrays.
Parameters
fp: filelike objectd: dictThis has the appropriate entries for writing its string representation to the header of the file.
Aliases
-
numpy.lib._format_impl.write_array_header_2_0