Searched refs:node_style (Results 1 - 2 of 2) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph_tests/
H A Dtest_dot.py110 dot.node_style(1, key='value')
113 dot.node_style(1, key2='value2')
122 dot.node_style(9, key='value')
172 dot.node_style(1, key='value')
173 dot.node_style(2, key='another', key2='world')
263 dot.node_style(1, key='value')
264 dot.node_style(2, key='another', key2='world')
299 dot.node_style(1, label='BASE_NODE',shape='box', color='blue')
300 dot.node_style(2, style='filled', fillcolor='red')
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph/
H A DDot.py66 dot.node_style(1, label='BASE_NODE',shape='box', color='blue' )
67 dot.node_style(2, style='filled', fillcolor='red')
89 - node attributes, passed via the :py:meth:`Dot.node_style` method::
155 self.node_style(node, **style)
191 def node_style(self, node, **kwargs): member in class:Dot
204 self.node_style(node, **kwargs)

Completed in 7950 milliseconds