__init__.py 文件源码

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

项目:ssh-tunnel 作者: aalku 项目源码 文件源码
def runu(command, timeout=-1, withexitstatus=False, events=None,
        extra_args=None, logfile=None, cwd=None, env=None, **kwargs):
    """This offers the same interface as :func:`run`, but using unicode.

    Like :class:`spawnu`, you can pass ``encoding`` and ``errors`` parameters,
    which will be used for both input and output.
    """
    return _run(command, timeout=timeout, withexitstatus=withexitstatus,
                events=events, extra_args=extra_args, logfile=logfile, cwd=cwd,
                env=env, _spawn=spawnu, **kwargs)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号