예제 #1
0
파일: codelang.py 프로젝트: korepwx/railgun
 def do_rerun(self, handid, hw, stored_content):
     run_netapi.delay(handid, hw.uuid, stored_content, {})
예제 #2
0
파일: codelang.py 프로젝트: lzz12/railgun
 def do_handle_upload(self, handid, hw, form):
     # We store the user uploaded file in local storage!
     self.store_content(handid, form.address.data)
     # Push the submission to run queue
     run_netapi.delay(handid, hw.uuid, form.address.data, {})
예제 #3
0
 def do_rerun(self, handid, hw, stored_content):
     run_netapi.delay(handid, hw.uuid, stored_content, {})