Exemplo n.º 1
0
 def is_repo_owner(self, username, repo_id):
     return seafserv_threaded_rpc.is_repo_owner(username, repo_id)
Exemplo n.º 2
0
 def is_repo_owner(self, username, repo_id):
     return seafserv_threaded_rpc.is_repo_owner(username, repo_id)
Exemplo n.º 3
0
 def is_repo_owner(self, username, repo_id):
     """
     Return 1 if True, otherwise 0.
     """
     return seafserv_threaded_rpc.is_repo_owner(username, repo_id)
Exemplo n.º 4
0
 def is_repo_owner(self, username, repo_id):
     """
     Return 1 if True, otherwise 0.
     """
     return seafserv_threaded_rpc.is_repo_owner(username, repo_id)