Exemplo n.º 1
0
 def from_api_key(cls, api_key):
     """Find a participant based on token and return a User.
     """
     self = cls()
     self.participant = Participant.from_api_key(api_key)
     return self
Exemplo n.º 2
0
 def from_api_key(cls, api_key):
     """Find a participant based on token and return a User.
     """
     self = cls()
     self.participant = Participant.from_api_key(api_key)
     return self