def left_only()

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


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