env.py 文件源码

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

项目:unidump 作者: Codepoints 项目源码 文件源码
def __init__(self, linelength: int = None, encoding: str = None,
                 lineformat: str = None, output: TextIO = None) -> None:
        if linelength is not None:
            self.linelength = linelength
        if encoding is not None:
            self.encoding = encoding
        if lineformat is not None:
            self.lineformat = lineformat
        if output is not None:
            self.output = output
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号