コード例 #1
0
ファイル: compare_impl.py プロジェクト: thomfrick/guildai
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
ファイル: compare_impl.py プロジェクト: pombredanne/guild
def _tabview(args):
    index = guild.index.RunIndex()
    tabview.view_runs(_get_runs_cb(args, index), _get_run_detail_cb(index))