ak.types.ScalarType#

Defined in awkward.types.scalartype on line 13.

class ak.types.ScalarType(content: awkward.types.type.Type, behavior: collections.abc.Mapping | None = None)#
_content: awkward.types.type.Type#
_behavior: collections.abc.Mapping | None = None#
property content: awkward.types.type.Type#
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#