graph is a module
Closed this issue · 2 comments
ethanrublee commented
Define a method for exporting an existing graph as a module/black box for inclusion in another module.
straszheim commented
does this relate to the python-dependency-optional issue... should the representation be snakeless?
ethanrublee commented
I think it should be a c++ transform of a plasm... Some how.
plasm = ecto.Plasm()
plasm.connect(...)
plasm.connect(...)
return plasm.to_module("Document it",(in1,in2),(out1,out2,out3))
Something along these lines might be convenient.