google_doc.py 文件源码

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

项目:FormShare 作者: qlands 项目源码 文件源码
def to_html(self):
        """
        Return a cleaned up HTML representation of this Google
        Document.
        """
        return render_to_string('google_doc.html', {
            'nav': self._navigation_html(),
            'content': '\n'.join([s.to_html() for s in self._sections])})
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号