yaml.py 文件源码

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

项目:falsy 作者: pingf 项目源码 文件源码
def __init__(self, stream):
        """Initialise Loader."""

        try:
            self._root = os.path.split(stream.name)[0]
        except AttributeError:
            self._root = os.path.curdir

        super().__init__(stream)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号