OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:graphtype
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
Dot.py
42
by passing ``
graphtype
`` parameter.
47
dot = Dot.Dot(graph,
graphtype
="digraph")
50
dot = Dot.Dot(graph,
graphtype
="graph")
121
def __init__(self, graph=None, nodes=None, edgefn=None, nodevisitor=None, edgevisitor=None, name="G", dot='dot', dotty='dotty', neato='neato',
graphtype
="digraph"):
127
assert
graphtype
in ['graph', 'digraph']
128
self.type =
graphtype
228
raise GraphError("unsupported
graphtype
%s" % (self.type,))
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/
test_dot.py
55
graphtype
="graph")
Completed in 46 milliseconds