ak.types.ArrayType ================== Defined in `awkward.types.arraytype `__ on `line 15 `__. .. py:class:: ak.types.ArrayType(content: awkward.types.type.Type, length: awkward._nplikes.shape.ShapeItem, behavior: collections.abc.Mapping | None = None) .. py:attribute:: _content :type: awkward.types.type.Type .. py:attribute:: _length :type: awkward._nplikes.shape.ShapeItem .. py:attribute:: _behavior :type: collections.abc.Mapping | None :value: None .. py:property:: content :type: awkward.types.type.Type .. py:property:: length :type: awkward._nplikes.shape.ShapeItem .. py:property:: behavior :type: collections.abc.Mapping | None .. py:method:: __str__() -> str .. py:method:: show(stream=STDOUT) .. py:method:: _str(indent: str, compact: bool) -> list[str] .. py:method:: __repr__() -> str .. py:method:: is_equal_to(other: awkward._typing.Any, *, all_parameters: bool = False) -> bool .. py:attribute:: __eq__