ak.types.ListType#
Defined in awkward.types.listtype on line 15.
- class ak.types.ListType(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) awkward._typing.Self#
- _content: awkward.types.type.Type#
- property content: awkward.types.type.Type#
- _get_typestr(behavior: collections.abc.Mapping | None) str | None#