registry_lookup
RegistryLookup
from dara.core.internal.registry_lookup import RegistryLookup
class RegistryLookup()
Manages registry Lookup.
Methods
get
@async_dedupe
async def get(registry: Registry, uid: str)
Get the entry from registry by uid.
If uid is not in registry and it has a external handler that defined, will execute the handler
Arguments:
registry: target registryuid: entry id