DocsetIndexView.py 文件源码

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

项目:PyDoc 作者: shaun-h 项目源码 文件源码
def get_view(theme_manger, stackOverflowOnlineCallback):
    tv = ui.TableView()
    w,h = ui.get_screen_size()
    tv.width = w
    tv.height = h
    tv.flex = 'WH'
    tv.name = 'PyDoc'
    data = DocsetIndexView(theme_manger, stackOverflowOnlineCallback)
    tv.delegate = data
    tv.data_source = data
    return tv
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号