ak.forms.EmptyForm#
Defined in awkward.forms.emptyform on line 21.
- class ak.forms.EmptyForm(self, *, parameters=None, form_key=None)#
- ak.forms.EmptyForm.is_numpy = True#
- ak.forms.EmptyForm.is_unknown = True#
- ak.forms.EmptyForm.copy(self, *, parameters=UNSET, form_key=UNSET)#
- ak.forms.EmptyForm.simplified(cls, *, parameters=None, form_key=None)#
- ak.forms.EmptyForm.__repr__(self)#
- ak.forms.EmptyForm._to_dict_part(self, verbose, toplevel)#
- ak.forms.EmptyForm.type#
- ak.forms.EmptyForm.__eq__(self, other)#
- ak.forms.EmptyForm.to_NumpyForm(self, *args)#
- ak.forms.EmptyForm.purelist_parameters(self, *keys)#
- ak.forms.EmptyForm.purelist_isregular#
- ak.forms.EmptyForm.purelist_depth#
- ak.forms.EmptyForm.is_identity_like#
- ak.forms.EmptyForm.minmax_depth#
- ak.forms.EmptyForm.branch_depth#
- ak.forms.EmptyForm.fields#
- ak.forms.EmptyForm.is_tuple#
- ak.forms.EmptyForm.dimension_optiontype#
- ak.forms.EmptyForm._columns(self, path, output, list_indicator)#
- ak.forms.EmptyForm._select_columns(self, match_specifier)#
- ak.forms.EmptyForm._prune_columns(self, is_inside_record_or_union)#
- ak.forms.EmptyForm._column_types(self)#
- ak.forms.EmptyForm._length_one_buffer_lengths(self)#
- ak.forms.EmptyForm.__setstate__(self, state)#
- ak.forms.EmptyForm._expected_from_buffers(self, getkey, recursive)#