bundles / numpy 2.4.4 / 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 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_1_0