Beispiel #1
0
 def get_all_groups(self, start, limit, source=None):
     """
     For CE, source is not used and should alwasys be None.
     """
     return ccnet_threaded_rpc.get_all_groups(start, limit, source)
Beispiel #2
0
 def get_all_groups(self, start, limit, source=None):
     """
     For CE, source is not used and should alwasys be None.
     """
     return ccnet_threaded_rpc.get_all_groups(start, limit, source)