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 / _core / _internal / _copy_fields

function

numpy._core._internal:_copy_fields

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