ak.without_parameters#

Defined in awkward.operations.ak_without_parameters on line 8.

ak.without_parameters(array)#
Parameters

This function returns a new array without any parameters in its ak.Array.layout, on nodes of any level of depth.

Note that a “new array” is a lightweight shallow copy, not a duplication of large data buffers.