Home
last modified time | relevance | path

Searched defs:RegistryInfo (Results 1 – 1 of 1) sorted by relevance

/openbmc/bmcweb/scripts/
H A Dparse_registries.py57 RegistryInfo: t.TypeAlias = t.Tuple[str, t.Dict[str, t.Any], str, str] variable
90 def update_registries(files: t.List[RegistryInfo]) -> None:
433 registry_info: RegistryInfo,