class documentation

Undocumented

Method __init__ Undocumented
Method resolve Receive address of the service by its ID
Instance Variable _next Undocumented
Instance Variable _substitutions Undocumented
def __init__(self, substitutions: dict[str, str], next: Resolver): (source)

Undocumented

def resolve(self, service_id: str) -> str: (source)

Receive address of the service by its ID Args: service_id (str): service ID Returns: str: address of the service

Undocumented

_substitutions = (source)

Undocumented