ak.types.OptionType#

Defined in awkward.types.optiontype on line 22.

class ak.types.OptionType(content: awkward.types.type.Type, *, parameters: awkward._typing.JSONMapping | None = None)#
copy(*, content: awkward.types.type.Type | awkward._util.Sentinel = UNSET, parameters: awkward._typing.JSONMapping | awkward._util.Sentinel | None = UNSET) OptionType#
_content: awkward.types.type.Type#
_parameters: awkward._typing.JSONMapping | None = None#
property content: awkward.types.type.Type#
_str(indent: str, compact: bool, behavior: collections.abc.Mapping | None) list[str]#
simplify_option_union() awkward.types.type.Type#
_is_equal_to(other: awkward._typing.Any, all_parameters: bool) bool#