Main.py 文件源码

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

项目:nodemcu-pyflasher 作者: marcelstoer 项目源码 文件源码
def __init__(self, parent, title):
        wx.Frame.__init__(self, parent, -1, title, size=(700, 650),
                          style=wx.DEFAULT_FRAME_STYLE | wx.NO_FULL_REPAINT_ON_RESIZE)
        self._config = FlashConfig.load(self._get_config_file_path())

        self._build_status_bar()
        self._set_icons()
        self._build_menu_bar()
        self._init_ui()

        sys.stdout = RedirectText(self.console_ctrl)

        self.SetMinSize((640, 480))
        self.Centre(wx.BOTH)
        self.Show(True)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号