ext.py 文件源码

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

项目:deb-python-rjsmin 作者: openstack 项目源码 文件源码
def compile(self, **kwargs):
        """
        Compile the conftest

        :Parameters:
          `kwargs` : ``dict``
            Optional keyword parameters for the compiler call

        :Return: Was the compilation successful?
        :Rtype: ``bool``
        """
        kwargs['output_dir'] = self._tempdir
        try:
            self.compiler.compile([self.src], **kwargs)
        except _distutils_errors.CompileError:
            return False
        return True
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号