INNER CODE UNIT · Python

roles

Squarespace/datasheets · datasheets/convenience.py:80

    roles = [role] * len(emails) if isinstance(role, str) else role

    for this_email, this_role in zip(emails, roles):
        workbook.share(email=this_email, role=this_role, notify=notify, message=message)

    return tab

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…