示例#1
0
def _tabview(args):
    config.set_log_output(True)
    index = indexlib.RunIndex()
    tabview.view_runs(
        _get_data_cb(args, index),
        _get_run_detail_cb(index),
        _tabview_actions())
示例#2
0
def _tabview(args):
    index = guild.index.RunIndex()
    tabview.view_runs(_get_runs_cb(args, index), _get_run_detail_cb(index))