quip.py 文件源码

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

项目:slack-invite-flow 作者: mena-devs 项目源码 文件源码
def parse_document_html(self, document_html):
        """Returns an `ElementTree` for the given Quip document HTML"""
        document_xml = "<html>" + document_html + "</html>"
        return xml.etree.cElementTree.fromstring(document_xml.encode("utf-8"))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号