Package src :: Module pyflow :: Class DotConfig
[hide private]
[frames] | no frames]

Class DotConfig

source code


A static container of configuration data for dot graph output

Instance Methods [hide private]

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods [hide private]
 
getRunstateDotAttrib(runstate) source code
 
getTypeDotAttrib(nodeType) source code
 
getDotLegend() source code
Class Variables [hide private]
  runstateDotColor = {'complete': 'blue', 'error': 'red', 'queue...
  runstateDotStyle = {'complete': None, 'error': 'bold', 'queued...
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

runstateDotColor

Value:
{'complete': 'blue',
 'error': 'red',
 'queued': 'yellow',
 'running': 'green',
 'waiting': 'grey'}

runstateDotStyle

Value:
{'complete': None,
 'error': 'bold',
 'queued': None,
 'running': None,
 'waiting': 'dashed'}