ak.types.Type#

Defined in awkward.types.type on line 17.

class ak.types.Type#
_parameters: awkward._typing.JSONMapping | None#
abstract copy(*, parameters: awkward._typing.JSONMapping | None | awkward._util.Sentinel = UNSET) awkward._typing.Self#
property parameters: awkward._typing.JSONMapping#
parameter(key: str) awkward._typing.JSONSerializable | None#
abstract _str(indent: str, compact: bool, behavior: collections.abc.Mapping | None) list[str]#
show(stream=STDOUT)#
_str_parameters_exclude: tuple[str, Ellipsis] = ('__categorical__',)#
_str_categorical_begin() str#
_str_categorical_end() str#
_str_parameters() str | None#
_repr_args() list[str]#
is_equal_to(other: awkward._typing.Any, *, all_parameters: bool = False) bool#
abstract _is_equal_to(other: awkward._typing.Any, all_parameters: bool) bool#