Ejemplo n.º 1
0
 def get_top_groups(self):
     return ccnet_threaded_rpc.get_top_groups()
Ejemplo n.º 2
0
 def get_top_groups(self, including_org=False):
     return ccnet_threaded_rpc.get_top_groups(1 if including_org else 0)