ak.types.RecordType#

Defined in awkward.types.recordtype on line 20.

class ak.types.RecordType(self, contents, fields, *, parameters=None)#
ak.types.RecordType.copy(self, *, contents=UNSET, fields=UNSET, parameters=UNSET)#
ak.types.RecordType.contents#
ak.types.RecordType.fields#
ak.types.RecordType.is_tuple#
ak.types.RecordType._str(self, indent, compact, behavior)#
ak.types.RecordType.__repr__(self)#
ak.types.RecordType._is_equal_to(self, other, all_parameters)#
ak.types.RecordType.index_to_field(self, index)#
ak.types.RecordType.field_to_index(self, field)#
ak.types.RecordType.has_field(self, field)#
ak.types.RecordType.content(self, index_or_field)#