ak.types.ArrayType#

Defined in awkward.types.arraytype on line 15.

class ak.types.ArrayType(content: awkward.types.type.Type, length: awkward._nplikes.shape.ShapeItem, behavior: collections.abc.Mapping | None = None)#
_content: awkward.types.type.Type#
_length: awkward._nplikes.shape.ShapeItem#
_behavior: collections.abc.Mapping | None = None#
property content: awkward.types.type.Type#
property length: awkward._nplikes.shape.ShapeItem#
property behavior: collections.abc.Mapping | None#
show(stream=STDOUT)#
_str(indent: str, compact: bool) list[str]#
is_equal_to(other: awkward._typing.Any, *, all_parameters: bool = False) bool#