bundles / numpy 2.4.3 / 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: ndarrayStructured array from which to remove padding bytes
Returns
ary_copy: ndarrayCopy of ary with padding bytes removed
Aliases
-
numpy._core._internal._copy_fields