pythondoc.py 文件源码

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

项目:InternationalizationScript-iOS 作者: alexfeng 项目源码 文件源码
def __init__(self, encoding=None):
        self.__stack = []
        self.__builder = ET.TreeBuilder()
        self.encoding = encoding or "iso-8859-1"
        HTMLParser.__init__(self)

    ##
    # Flushes parser buffers, and return the root element.
    #
    # @return An Element instance.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号