searchConsole.py 文件源码

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

项目:uac-a-mola 作者: ElevenPaths 项目源码 文件源码
def show(self):

        print colored("\n Filters", 'yellow', attrs=['bold'])
        print " -------"

        for key, value in self.filters.iteritems():
            if str(self.filters[key]).lower() == "none":
                print " |_" + key + " = " + str(value)
            else:
                print " |_" + colored(key + " = " + str(value), 'green', attrs=['bold'])

        print colored("\n Display", 'yellow', attrs=['bold'])
        print " -------"

        for key, value in self.display.iteritems():
            if str(self.display[key]).lower() == "false":
                print " |_" + key + " = " + str(value)
            else:
                print " |_" + colored(key + " = " + str(value), 'green', attrs=['bold'])

        print ""
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号