html_test_runner.py 文件源码

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

项目:simLAB 作者: kamwar 项目源码 文件源码
def _quoteattr(self, attr):
        """Escape an XML attribute. Value can be unicode."""
        attr = xml_safe(attr)
        if isinstance(attr, unicode) and not UNICODE_STRINGS:
            attr = attr.encode(self.encoding)
        return saxutils.quoteattr(attr)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号