def get_view(theme_manager):
tv = ui.TableView()
w,h = ui.get_screen_size()
tv.width = w
tv.height = h
tv.flex = 'WH'
tv.name = 'PyDoc'
data = DocsetView(theme_manager)
tv.delegate = data
tv.data_source = data
return tv
评论列表
文章目录