ak._v2.contents.emptyarray.EmptyArray¶
Defined in awkward._v2.contents.emptyarray on line 13.
- class ak._v2.contents.emptyarray.EmptyArray(self, identifier=None, parameters=None, nplike=None)¶
ak._v2.contents.emptyarray.EmptyArray.is_NumpyType¶
- ak._v2.contents.emptyarray.EmptyArray.is_NumpyType = True¶
ak._v2.contents.emptyarray.EmptyArray.is_UnknownType¶
- ak._v2.contents.emptyarray.EmptyArray.is_UnknownType = True¶
ak._v2.contents.emptyarray.EmptyArray._form_with_key¶
- ak._v2.contents.emptyarray.EmptyArray._form_with_key(self, getkey)¶
ak._v2.contents.emptyarray.EmptyArray._to_buffers¶
- ak._v2.contents.emptyarray.EmptyArray._to_buffers(self, form, getkey, container, nplike)¶
ak._v2.contents.emptyarray.EmptyArray._forget_length¶
- ak._v2.contents.emptyarray.EmptyArray._forget_length(self)¶
ak._v2.contents.emptyarray.EmptyArray.__repr__¶
- ak._v2.contents.emptyarray.EmptyArray.__repr__(self)¶
ak._v2.contents.emptyarray.EmptyArray._repr¶
- ak._v2.contents.emptyarray.EmptyArray._repr(self, indent, pre, post)¶
ak._v2.contents.emptyarray.EmptyArray.merge_parameters¶
- ak._v2.contents.emptyarray.EmptyArray.merge_parameters(self, parameters)¶
ak._v2.contents.emptyarray.EmptyArray.toNumpyArray¶
- ak._v2.contents.emptyarray.EmptyArray.toNumpyArray(self, dtype, nplike=None)¶
ak._v2.contents.emptyarray.EmptyArray.__array__¶
- ak._v2.contents.emptyarray.EmptyArray.__array__(self)¶
ak._v2.contents.emptyarray.EmptyArray.__iter__¶
- ak._v2.contents.emptyarray.EmptyArray.__iter__(self)¶
ak._v2.contents.emptyarray.EmptyArray._getitem_nothing¶
- ak._v2.contents.emptyarray.EmptyArray._getitem_nothing(self)¶
ak._v2.contents.emptyarray.EmptyArray._getitem_at¶
- ak._v2.contents.emptyarray.EmptyArray._getitem_at(self, where)¶
ak._v2.contents.emptyarray.EmptyArray._getitem_range¶
- ak._v2.contents.emptyarray.EmptyArray._getitem_range(self, where)¶
ak._v2.contents.emptyarray.EmptyArray._getitem_field¶
- ak._v2.contents.emptyarray.EmptyArray._getitem_field(self, where, only_fields=())¶
ak._v2.contents.emptyarray.EmptyArray._getitem_fields¶
- ak._v2.contents.emptyarray.EmptyArray._getitem_fields(self, where, only_fields=())¶
ak._v2.contents.emptyarray.EmptyArray._carry¶
- ak._v2.contents.emptyarray.EmptyArray._carry(self, carry, allow_lazy, exception)¶
ak._v2.contents.emptyarray.EmptyArray._getitem_next¶
- ak._v2.contents.emptyarray.EmptyArray._getitem_next(self, head, tail, advanced)¶
ak._v2.contents.emptyarray.EmptyArray.num¶
- ak._v2.contents.emptyarray.EmptyArray.num(self, axis, depth=0)¶
ak._v2.contents.emptyarray.EmptyArray._offsets_and_flattened¶
- ak._v2.contents.emptyarray.EmptyArray._offsets_and_flattened(self, axis, depth)¶
ak._v2.contents.emptyarray.EmptyArray.mergeable¶
- ak._v2.contents.emptyarray.EmptyArray.mergeable(self, other, mergebool)¶
ak._v2.contents.emptyarray.EmptyArray.mergemany¶
- ak._v2.contents.emptyarray.EmptyArray.mergemany(self, others)¶
ak._v2.contents.emptyarray.EmptyArray.fillna¶
- ak._v2.contents.emptyarray.EmptyArray.fillna(self, value)¶
ak._v2.contents.emptyarray.EmptyArray._localindex¶
- ak._v2.contents.emptyarray.EmptyArray._localindex(self, axis, depth)¶
ak._v2.contents.emptyarray.EmptyArray.numbers_to_type¶
- ak._v2.contents.emptyarray.EmptyArray.numbers_to_type(self, name)¶
ak._v2.contents.emptyarray.EmptyArray._is_unique¶
- ak._v2.contents.emptyarray.EmptyArray._is_unique(self, negaxis, starts, parents, outlength)¶
ak._v2.contents.emptyarray.EmptyArray._unique¶
- ak._v2.contents.emptyarray.EmptyArray._unique(self, negaxis, starts, parents, outlength)¶
ak._v2.contents.emptyarray.EmptyArray._argsort_next¶
- ak._v2.contents.emptyarray.EmptyArray._argsort_next(self, negaxis, starts, shifts, parents, outlength, ascending, stable, kind, order)¶
ak._v2.contents.emptyarray.EmptyArray._sort_next¶
- ak._v2.contents.emptyarray.EmptyArray._sort_next(self, negaxis, starts, parents, outlength, ascending, stable, kind, order)¶
ak._v2.contents.emptyarray.EmptyArray._combinations¶
- ak._v2.contents.emptyarray.EmptyArray._combinations(self, n, replacement, recordlookup, parameters, axis, depth)¶
ak._v2.contents.emptyarray.EmptyArray._reduce_next¶
- ak._v2.contents.emptyarray.EmptyArray._reduce_next(self, reducer, negaxis, starts, shifts, parents, outlength, mask, keepdims)¶
ak._v2.contents.emptyarray.EmptyArray._validityerror¶
- ak._v2.contents.emptyarray.EmptyArray._validityerror(self, path)¶
ak._v2.contents.emptyarray.EmptyArray._nbytes_part¶
- ak._v2.contents.emptyarray.EmptyArray._nbytes_part(self)¶
ak._v2.contents.emptyarray.EmptyArray._rpad¶
- ak._v2.contents.emptyarray.EmptyArray._rpad(self, target, axis, depth, clip)¶
ak._v2.contents.emptyarray.EmptyArray._to_arrow¶
- ak._v2.contents.emptyarray.EmptyArray._to_arrow(self, pyarrow, mask_node, validbytes, length, options)¶
ak._v2.contents.emptyarray.EmptyArray._to_numpy¶
- ak._v2.contents.emptyarray.EmptyArray._to_numpy(self, allow_missing)¶
ak._v2.contents.emptyarray.EmptyArray._completely_flatten¶
- ak._v2.contents.emptyarray.EmptyArray._completely_flatten(self, nplike, options)¶
ak._v2.contents.emptyarray.EmptyArray._recursively_apply¶
- ak._v2.contents.emptyarray.EmptyArray._recursively_apply(self, action, depth, depth_context, lateral_context, options)¶
ak._v2.contents.emptyarray.EmptyArray._to_list¶
- ak._v2.contents.emptyarray.EmptyArray._to_list(self, behavior)¶