app.processing.frontend_graph ============================= .. py:module:: app.processing.frontend_graph .. autoapi-nested-parse:: Graph structure of the frontend model. Module Contents --------------- .. py:class:: FrontendGraph Graph representing the frontend model. Mainly used to be converted to internal class:`app.processing.graph.ProgramGraph`. .. py:method:: create(nodes: collections.abc.Iterable[TBaseNode], edges: collections.abc.Iterable[app.model.CompileRequest.Edge]) -> FrontendGraph :staticmethod: Build graph from nodes + edges.