Beispiel #1
0
 def sandboxed_run_cmd(self):
     return sandbox.sandboxed(self.run_cmd, self.code_path)
Beispiel #2
0
 def sandboxed_run_cmd(self):
     return sandbox.sandboxed(self.run_cmd, self.code_path)
Beispiel #3
0
 def sandboxed_compile_cmd(self):
     return sandbox.sandboxed(self.compile_cmd, self.code_path)
Beispiel #4
0
 def sandboxed_compile_cmd(self):
     return sandbox.sandboxed(self.compile_cmd, self.code_path)