shell.py 文件源码

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

项目:torefl 作者: hl037 项目源码 文件源码
def Rem(self, arg):
        for ID in map(int, arg.split()):
            try:
                t = _store[ID]
            except:
                print(_F.RED, 'ID %s Not found' % ID, _S.RESET_ALL, sep='')
            else:
                r = _root[t.path()[1:]]
                r.rem(t)
                _tags.rem(t)
                _store.release(ID)
                print(_F.BLUE, 'Entry removed : \n', str(t), sep='')
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号