ak.types.Type ============= Defined in `awkward.types.type `__ on `line 17 `__. .. py:class:: ak.types.Type .. py:attribute:: _parameters :type: awkward._typing.JSONMapping | None .. py:method:: copy(*, parameters: awkward._typing.JSONMapping | None | awkward._util.Sentinel = UNSET) -> awkward._typing.Self :abstractmethod: .. py:property:: parameters :type: awkward._typing.JSONMapping .. py:method:: parameter(key: str) -> awkward._typing.JSONSerializable | None .. py:method:: __str__() -> str .. py:method:: _str(indent: str, compact: bool, behavior: collections.abc.Mapping | None) -> list[str] :abstractmethod: .. py:method:: show(stream=STDOUT) .. py:attribute:: _str_parameters_exclude :type: tuple[str, Ellipsis] :value: ('__categorical__',) .. py:method:: _str_categorical_begin() -> str .. py:method:: _str_categorical_end() -> str .. py:method:: _str_parameters() -> str | None .. py:method:: _repr_args() -> list[str] .. py:method:: is_equal_to(other: awkward._typing.Any, *, all_parameters: bool = False) -> bool .. py:attribute:: __eq__ .. py:method:: _is_equal_to(other: awkward._typing.Any, all_parameters: bool) -> bool :abstractmethod: