Exemplo n.º 1
0
 def groups_count(self):
     return api.get_groups_count(self.id, db_name=self.db_name)
Exemplo n.º 2
0
 def groups_count(self):
   return api.get_groups_count(self.id)
Exemplo n.º 3
0
 def groups_count(self):
   return api.get_groups_count(self.id, db_name=self.db_name)