You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / lib / format / write_array_header_2_0

function

numpy.lib.format:write_array_header_2_0

source: /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 object
d : dict

This 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