This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / lib / format / write_array_header_1_0

function

numpy.lib.format:write_array_header_1_0

source: build-install/usr/lib/python3.14/site-packages/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