module documentation

Undocumented

Function add_options_to_metadata Undocumented
Function get_options_from_metadata Undocumented
Function options_to_metadata Undocumented
Type Variable MD Undocumented
Variable log Undocumented
def add_options_to_metadata(options: dict[str, str], metadata: MD) -> MD: (source)

Undocumented

def get_options_from_metadata(metadata: MD | None) -> dict[str, str]: (source)

Undocumented

def options_to_metadata(options: dict[str, str]) -> Metadata: (source)

Undocumented

Undocumented

Value
TypeVar('MD', Metadata, GRPCMetadata)

Undocumented