Exemplo n.º 1
0
 def starred_posts_count(self):
   return api.get_starred_posts_count(self.info['_id'])
Exemplo n.º 2
0
 def starred_posts_count(self):
   return api.get_starred_posts_count(self.info['_id'])
Exemplo n.º 3
0
 def starred_posts_count(self):
     return api.get_starred_posts_count(self.info['_id'],
                                        db_name=self.db_name)
Exemplo n.º 4
0
 def starred_posts_count(self):
   return api.get_starred_posts_count(self.info['_id'], db_name=self.db_name)