display.py 文件源码

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

项目:sshchan 作者: einchan 项目源码 文件源码
def run(self):
        """This method needs to be called to actually start the display.

        To switch to another view (another Frame widget), use the
        `@widget.setter` property of Loop. To return to earlier view
        (or close a pop-up), use `@widget.deleter`. To interact with the
        body of current Frame, use `@frameBody` property.
        """
        frame = self.MOTD_screen()
        # Top-level widget finished initializing, so let's assign it.
        self.loop.Widget = ur.AttrMap(frame, "bg", None)
        self.loop.run()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号