uproot._dask.TrivialFormMappingInfo

Defined in uproot._dask on line 841.

Inheritance order:

  1. uproot.ImplementsFormMappingInfo

  2. typing_extensions.Protocol

  3. typing.Generic

class uproot._dask.TrivialFormMappingInfo(form)

build_form_key_to_key

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

behavior

Inherited from uproot.ImplementsFormMappingInfo.

TrivialFormMappingInfo.behavior

parse_buffer_key

Inherited from uproot.ImplementsFormMappingInfo.

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

keys_for_buffer_keys

Inherited from uproot.ImplementsFormMappingInfo.

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

load_buffers

Inherited from uproot.ImplementsFormMappingInfo.

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