{ } Raw JSON

bundles / numpy 2.4.4 / numpy / _core / _internal / _copy_fields

function

numpy._core._internal:_copy_fields

source: /numpy/_core/_internal.py :392

Signature

def   _copy_fields ( ary )

Summary

Return copy of structured array with padding between fields removed.

Parameters

ary : ndarray

Structured array from which to remove padding bytes

Returns

ary_copy : ndarray

Copy of ary with padding bytes removed

Aliases

  • numpy._core._internal._copy_fields