Module src.jsonid.registry_data
JSON registry data.
Functions
def registry() ‑> list[RegistryEntry]
-
Expand source code
def registry() -> list[registry_class.RegistryEntry]: """Return a registry object to the caller.""" return _registry
Return a registry object to the caller.