Example #1
0
 def inbox(self):
     return Inbox.get(user=self.name)
Example #2
0
 def inbox(self):
     return Inbox.get(user=self.name)
Example #3
0
 def get_actions(self):
     user = PROJECT_BC_KEY % (self.owner_id, self.name)
     return Inbox.get(user=user).get_actions()
Example #4
0
 def get_actions(self):
     user = PROJECT_BC_KEY % (self.owner_id, self.name)
     return Inbox.get(user=user).get_actions()