Inherits from
- BaseSubcommand: enthought.ets.base_subcommand.BaseSubcommand
Method summary
- __init__(self, subparsers)
- main(self, args, cfg)
- remove_nodes(self, graph, nodes)
- requirement_labels(self, requirement, project_set)
Methods
- __init__(self, subparsers)
Constructor.
Overloaded to customize our parser configuration.
- main(self, args, cfg)
Execute the ets graph command.
- remove_nodes(self, graph, nodes)
Remove nodes from a pygraphviz graph, reconnecting the edges without the nodes.
- requirement_labels(self, requirement, project_set)
Return the list of labels of the bubles for a given requirement.