ak.types.RegularType#

Defined in awkward.types.regulartype on line 17.

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