ak.forms.BitMaskedForm#
Defined in awkward.forms.bitmaskedform on line 10.
- class ak.forms.BitMaskedForm(self, mask, content, valid_when, lsb_order, *, parameters=None, form_key=None)#
- ak.forms.BitMaskedForm.is_option = True#
- ak.forms.BitMaskedForm.mask#
- ak.forms.BitMaskedForm.content#
- ak.forms.BitMaskedForm.valid_when#
- ak.forms.BitMaskedForm.lsb_order#
- ak.forms.BitMaskedForm.copy(self, mask=UNSET, content=UNSET, valid_when=UNSET, lsb_order=UNSET, *, parameters=UNSET, form_key=UNSET)#
- ak.forms.BitMaskedForm.simplified(cls, mask, content, valid_when, lsb_order, *, parameters=None, form_key=None)#
- ak.forms.BitMaskedForm.is_identity_like#
- ak.forms.BitMaskedForm.__repr__(self)#
- ak.forms.BitMaskedForm._to_dict_part(self, verbose, toplevel)#
- ak.forms.BitMaskedForm.type#
- ak.forms.BitMaskedForm.__eq__(self, other)#
- ak.forms.BitMaskedForm.purelist_parameters(self, *keys)#
- ak.forms.BitMaskedForm.purelist_isregular#
- ak.forms.BitMaskedForm.purelist_depth#
- ak.forms.BitMaskedForm.minmax_depth#
- ak.forms.BitMaskedForm.branch_depth#
- ak.forms.BitMaskedForm.fields#
- ak.forms.BitMaskedForm.is_tuple#
- ak.forms.BitMaskedForm.dimension_optiontype#
- ak.forms.BitMaskedForm._columns(self, path, output, list_indicator)#
- ak.forms.BitMaskedForm._prune_columns(self, is_inside_record_or_union)#
- ak.forms.BitMaskedForm._select_columns(self, match_specifier)#
- ak.forms.BitMaskedForm._column_types(self)#
- ak.forms.BitMaskedForm.__setstate__(self, state)#