parser.py 文件源码

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

项目:edd 作者: JBEI 项目源码 文件源码
def __init__(self, stream_or_string, **options):

        self.rawImportRecordBuffer = []
        self.options = options
        if isinstance(stream_or_string, six.string_types):
            self.stream = six.StringIO(stream_or_string)
        else:
            self.stream = stream_or_string

        self.event_stream = pulldom.parse(self.stream, self._make_parser())
        self.thin = options.pop('thin', 0)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号