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_1_0

function

numpy.lib.format:write_array_header_1_0

source: /numpy/lib/_format_impl.py :481

Signature

def   write_array_header_1_0 ( fp d )

Summary

Write the header for an array using the 1.0 format.

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_1_0