compiler.py 文件源码

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

项目:deb-python-django-pyscss 作者: openstack 项目源码 文件源码
def compile_string(self, string, filename=None):
        compilation = self.make_compilation()
        if filename is not None:
            f = StringIO(string)
            filename = PurePath(filename)
            source = SourceFile.from_file(f, origin=filename.parent, relpath=PurePath(filename.name))
        else:
            source = SourceFile.from_string(string)
        compilation.add_source(source)
        return self.call_and_catch_errors(compilation.run)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号