ak.types.RecordType#

Defined in awkward.types.recordtype on line 12.

class ak.types.RecordType(self, contents, fields)#
ak.types.RecordType.contents#
ak.types.RecordType.fields#
ak.types.RecordType.is_tuple#
ak.types.RecordType._str_parameters_exclude = ('__categorical__', '__record__')#
ak.types.RecordType._str(self, indent, compact)#
ak.types.RecordType.__repr__(self)#
ak.types.RecordType.__eq__(self, other)#
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)#