IBM / pyflowgraph

Flow graphs for Python
Apache License 2.0
25 stars 8 forks source link

Support nested flow graphs in GraphML serialization #29

Open epatters opened 5 years ago

epatters commented 5 years ago

Note that only the functions flow_graph_to_graphml and flow_graph_from_graphml need to be extended. The general-purpose GraphML serializer (in the graphml module) already supports nested graphs.