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#
- property content: awkward.types.type.Type#
- simplify_option_union() awkward.types.type.Type#