CoffeaROOTFileSpec#

class coffea.dataset_tools.CoffeaROOTFileSpec(*, object_path: str, steps: Annotated[list[Annotated[list[Annotated[int, FieldInfo(annotation=NoneType, required=True, metadata=[Ge(ge=0)])]], FieldInfo(annotation=NoneType, required=True, metadata=[MinLen(min_length=2), MaxLen(max_length=2)])]], MinLen(min_length=1)], num_entries: Annotated[int, Ge(ge=0)], format: Literal['root'] = 'root', lfn: str | None = None, pfn: str | None = None, uuid: str)[source]#

Bases: CoffeaROOTFileSpecOptional

Attributes Summary

model_config

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

Attributes Documentation

model_config: ClassVar[ConfigDict] = {}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].