Guest User

Untitled

a guest
Jul 22nd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. # list of dicts?
  2. for phone in self.phones:
  3. if phone.get('is_primary'):
  4. return phone.get('phone')
  5. raise AttributeError("No primary phone set for user: %s", self)
Add Comment
Please, Sign In to add comment