コード例 #1
0
ファイル: models.py プロジェクト: JensTimmerman/aichallenge
 def sandboxed_run_cmd(self):
     return sandbox.sandboxed(self.run_cmd, self.code_path)
コード例 #2
0
ファイル: models.py プロジェクト: KennethVerbeure/aichallenge
 def sandboxed_run_cmd(self):
     return sandbox.sandboxed(self.run_cmd, self.code_path)
コード例 #3
0
ファイル: models.py プロジェクト: JensTimmerman/aichallenge
 def sandboxed_compile_cmd(self):
     return sandbox.sandboxed(self.compile_cmd, self.code_path)
コード例 #4
0
ファイル: models.py プロジェクト: KennethVerbeure/aichallenge
 def sandboxed_compile_cmd(self):
     return sandbox.sandboxed(self.compile_cmd, self.code_path)