__main__.py 文件源码

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

项目:mongoaudit 作者: Exploit-install 项目源码 文件源码
def setup_view(self):
        placeholder = urwid.SolidFill()
        self.loop = urwid.MainLoop(
            placeholder, PALETTE, unhandled_input=self.key_handler)
        self.loop.widget = urwid.AttrMap(placeholder, 'bg')
        #self.loop.widget._command_map['tab'] = 'cursor down'
        #self.loop.widget._command_map['shift tab'] = 'cursor up'
        self.loop.screen.set_terminal_properties(colors=256)
        self.cards.welcome()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号