def right_only()

in Sample-Code-Snippets/Python/Azure Function Example/example_orchestrator.py [0:0]


def right_only(dright: func.Out[str], right):
    logging.info(msg=f"Sending message to right eventhub.")
    dright.set(right)
    return True