Example #1
0
 def get_top_groups(self):
     return ccnet_threaded_rpc.get_top_groups()
Example #2
0
 def get_top_groups(self, including_org=False):
     return ccnet_threaded_rpc.get_top_groups(1 if including_org else 0)