PreprocessedFiles#

class coffea.dataset_tools.PreprocessedFiles(root: RootModelRootType = PydanticUndefined)[source]#

Bases: RootModel[dict[str, Union[CoffeaROOTFileSpec, CoffeaParquetFileSpec]]], MutableMapping, InputFilesMixin

Attributes Summary

model_config

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

Methods Summary

Attributes Documentation

model_config: ClassVar[ConfigDict] = {}#

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

Methods Documentation

promote_and_check_files() Self[source]#