コード例 #1
0
 def is_repo_owner(self, username, repo_id):
     return seafserv_threaded_rpc.is_repo_owner(username, repo_id)
コード例 #2
0
ファイル: api.py プロジェクト: miurahr/seafile
 def is_repo_owner(self, username, repo_id):
     return seafserv_threaded_rpc.is_repo_owner(username, repo_id)
コード例 #3
0
ファイル: api.py プロジェクト: jason88888/seafile-server
 def is_repo_owner(self, username, repo_id):
     """
     Return 1 if True, otherwise 0.
     """
     return seafserv_threaded_rpc.is_repo_owner(username, repo_id)
コード例 #4
0
ファイル: api.py プロジェクト: airbai/seafile
 def is_repo_owner(self, username, repo_id):
     """
     Return 1 if True, otherwise 0.
     """
     return seafserv_threaded_rpc.is_repo_owner(username, repo_id)