module
pretalx.mail.domain.recipient
Functions 2
recipient_account(user)source
def recipient_account(user):
return Recipient(user).user
recipient_speaker(user, event)source
def recipient_speaker(user, event):
return Recipient(user).speaker(event)