Example #1
0
 def groups_count(self):
     return api.get_groups_count(self.id, db_name=self.db_name)
Example #2
0
 def groups_count(self):
   return api.get_groups_count(self.id)
Example #3
0
 def groups_count(self):
   return api.get_groups_count(self.id, db_name=self.db_name)