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