ak.forms.RegularForm#

Defined in awkward.forms.regularform on line 13.

class ak.forms.RegularForm(self, content, size, *, parameters=None, form_key=None)#
ak.forms.RegularForm.is_list = True#
ak.forms.RegularForm.is_regular = True#
ak.forms.RegularForm.content#
ak.forms.RegularForm.size#
ak.forms.RegularForm.copy(self, content=unset, size=unset, *, parameters=unset, form_key=unset)#
ak.forms.RegularForm.simplified(cls, content, size, *, parameters=None, form_key=None)#
ak.forms.RegularForm.__repr__(self)#
ak.forms.RegularForm._to_dict_part(self, verbose, toplevel)#
ak.forms.RegularForm._type(self, typestrs)#
ak.forms.RegularForm.__eq__(self, other)#
ak.forms.RegularForm.purelist_parameter(self, key)#
ak.forms.RegularForm.purelist_isregular#
ak.forms.RegularForm.purelist_depth#
ak.forms.RegularForm.is_identity_like#
ak.forms.RegularForm.minmax_depth#
ak.forms.RegularForm.branch_depth#
ak.forms.RegularForm.fields#
ak.forms.RegularForm.is_tuple#
ak.forms.RegularForm.dimension_optiontype#
ak.forms.RegularForm._columns(self, path, output, list_indicator)#
ak.forms.RegularForm._select_columns(self, index, specifier, matches, output)#
ak.forms.RegularForm._column_types(self)#