utils.py 文件源码

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

项目:epubcheck 作者: titusz 项目源码 文件源码
def epubcheck_help():
    """Return epubcheck.jar commandline help text.

    :return unicode: helptext from epubcheck.jar
    """

    # tc = locale.getdefaultlocale()[1]

    with open(os.devnull, "w") as devnull:
        p = subprocess.Popen(
            [c.JAVA, '-Duser.language=en', '-jar', c.EPUBCHECK, '-h'],
            stdout=subprocess.PIPE,
            stderr=devnull,
        )
        result = p.communicate()[0]

    return result.decode()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号