コード例 #1
0
ファイル: api.py プロジェクト: jason88888/seafile-server
 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)