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