示例#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)
示例#2
0
文件: api.py 项目: airbai/seafile
 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)