main.py 文件源码

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

项目:apart-gtk 作者: alexheretic 项目源码 文件源码
def __init__(self, sources: List[Dict[str, Any]], core: ApartCore, main_view: 'MainView'):
        Gtk.Stack.__init__(self)
        self.core = core
        self.sources = sources
        self.main_view = main_view
        self.updating = False

        self.connect('notify::visible-child', self.on_child_change)
        self.get_style_context().add_class('part-info')

        self.update_sources(sources)
        self.show_all()
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号