uproot._dask.FormMappingInfoWithVirtualArrays

Defined in uproot._dask on line 971.

Inheritance order:

  1. uproot._dask.TrivialFormMappingInfo

  2. uproot.ImplementsFormMappingInfo

  3. typing.Protocol

  4. typing.Generic

class uproot._dask.FormMappingInfoWithVirtualArrays(form)

buffer_replacements

FormMappingInfoWithVirtualArrays.buffer_replacements(tree: HasBranches, keys: frozenset[str], start: int, stop: int, decompression_executor, interpretation_executor, options: Any) Mapping[str, AwkArray]

build_form_key_to_key

Inherited from uproot._dask.TrivialFormMappingInfo.

static FormMappingInfoWithVirtualArrays.build_form_key_to_key(form: Form) dict[str, str | None]

behavior

Inherited from uproot.ImplementsFormMappingInfo.

FormMappingInfoWithVirtualArrays.behavior

parse_buffer_key

Inherited from uproot.ImplementsFormMappingInfo.

FormMappingInfoWithVirtualArrays.parse_buffer_key(buffer_key: str) tuple[str, str]

keys_for_buffer_keys

Inherited from uproot.ImplementsFormMappingInfo.

FormMappingInfoWithVirtualArrays.keys_for_buffer_keys(buffer_keys: frozenset[str]) frozenset[str]

load_buffers

Inherited from uproot.ImplementsFormMappingInfo.

FormMappingInfoWithVirtualArrays.load_buffers(tree: HasBranches, keys: frozenset[str], start: int, stop: int, decompression_executor, interpretation_executor, options: Any) Mapping[str, AwkArray]