raesl.canopy.html
#
Module Contents#
Functions#
|
Returns a HTML grid table. |
|
Yields ESL info belonging to spec node in html format. |
|
Yields ESL info belonging to an edge. |
|
Attributes#
- raesl.canopy.html.LineGen#
- raesl.canopy.html.get_comp_node_html_table(node: ragraph.node.Node, graph: ragraph.graph.Graph, node_kinds: List[str]) LineGen #
Returns a HTML grid table.
- raesl.canopy.html.get_spec_node_html_text(h: int, node: ragraph.node.Node, graph: ragraph.graph.Graph) LineGen #
Yields ESL info belonging to spec node in html format.
- raesl.canopy.html.get_edge_html_text(h: int, edge: ragraph.edge.Edge, graph: ragraph.graph.Graph) LineGen #
Yields ESL info belonging to an edge.
- raesl.canopy.html.relation_node_html_table(r: ragraph.node.Node, g: ragraph.graph.Graph) LineGen #