gui.py 文件源码

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

项目:wsstat 作者: Fitblip 项目源码 文件源码
def __init__(self):
        self.top_string = urwid.Text('')
        self.bottom_string  = urwid.Text('')

        self.small_blinks = urwid.Filler(self.top_string, 'top')
        self.large_blinks = ('weight', 10, urwid.Filler(self.bottom_string, 'top'))

        self.default_widget = urwid.LineBox(
            urwid.Pile([
                self.large_blinks
            ]),
            title='Websockets'
        )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号