models.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:OJ 作者: nishantcoder97 项目源码 文件源码
def run_checker(self, name, test, out):
        cmd = './'+name+' '+test.inp.path+' '+test.out.path+' '+out
        r = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE,
                             stderr=subprocess.PIPE,
                             stdout=subprocess.PIPE,
                             cwd=MEDIA_ROOT, preexec_fn=os.setsid)
        stdout, stderr = r.communicate()
        return str(stdout, "utf-8")
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号