コード例 #1
0
ファイル: api.py プロジェクト: jason88888/seafile-server
 def get_emailuser_by_id(self, user_id):
     """
     Get a user from local database with the db index id.
     """
     return ccnet_threaded_rpc.get_emailuser_by_id(user_id)
コード例 #2
0
ファイル: api.py プロジェクト: airbai/seafile
 def get_emailuser_by_id(self, user_id):
     """
     Get a user from local database with the db index id.
     """
     return ccnet_threaded_rpc.get_emailuser_by_id(user_id)