jplotter.py 文件源码

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

项目:jiveplot 作者: haavee 项目源码 文件源码
def listScans(self, *args):
        pfx = "listScans:"
        if not self.msname:
            print pfx,"No MS loaded yet"
            return None
        if not self.scanlist:
            print pfx, "No scans (yet) - have you run the 'indexr' task?"
            return None
        # print list of scan id's + text
        lines = "\n".join( map(str, self.scanlist) )
        if args and '-p' in args:
            pydoc.pager( lines )
        else:
            print lines
评论列表


问题


面经


文章

微信
公众号

扫码关注公众号