Lines Matching full:graph
4 # ./support/scripts/graph-depends [-p package-name] > test.dot
7 # With no arguments, graph-depends will draw a complete graph of
9 # If '-p <package-name>' is specified, graph-depends will draw a graph
11 # If '-d <depth>' is specified, graph-depends will limit the depth of
12 # the dependency graph to 'depth' levels.
18 # openssl if openssl has been enabled. This tool will graph the
33 MODE_FULL = 1 # draw full dependency graph for all selected packages
34 MODE_PKG = 2 # draw dependency graph for a given package
117 # to trim when generating the dependency graph.
165 # reverse graph, because mandatory deps are only direct deps.
203 # Print the dependency graph of a package
241 parser = argparse.ArgumentParser(description="Graph packages dependencies")
247 help="Graph the dependencies of PACKAGE")
249 help="Limit the dependency graph to DEPTH levels; 0 means no limit.")
251 help="Do not graph past this package (can be given multiple times)." +
256 help="Like --stop-on, but do not add PACKAGE to the graph.")
276 help="Do not draw graph, just print a flat list")
343 # Start printing the graph data