parse_sifts.py 文件源码

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

项目:pdb2uniprot 作者: mgalardini 项目源码 文件源码
def parsexml_(*args, **kwargs):
    if (XMLParser_import_library == XMLParser_import_lxml and
            'parser' not in kwargs):
        # Use the lxml ElementTree compatible parser so that, e.g.,
        #   we ignore comments.
        kwargs['parser'] = etree_.ETCompatXMLParser()
    doc = etree_.parse(*args, **kwargs)
    return doc

#
# User methods
#
# Calls to the methods in these classes are generated by generateDS.py.
# You can replace these methods by re-implementing the following class
#   in a module named generatedssuper.py.
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号