raesl.canopy.html#

Module Contents#

Functions#

get_comp_node_html_table(→ LineGen)

Returns a HTML grid table.

get_spec_node_html_text(→ LineGen)

Yields ESL info belonging to spec node in html format.

get_edge_html_text(→ LineGen)

Yields ESL info belonging to an edge.

relation_node_html_table(→ LineGen)

Attributes#

LineGen

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#