Source code for pimlico.core.visualize.status

# This file is part of Pimlico
# Copyright (C) 2016 Mark Granroth-Wilding
# Licensed under the GNU GPL v3.0 - http://www.gnu.org/licenses/gpl-3.0.en.html

import pygraphviz as pgv


[docs]def build_graph_with_status(pipeline, all=False): graph = pgv.AGraph(directed=True) return None