Skip to content

MetaNode

Maxim Gonchar requested to merge feature/meta-node into master

MetaNode contains multiple nodes and exposes some of their output outside. Features:

  • May expose positional limbs from one of the nodes
  • May expose keyword limbs of all the nodes by choice
  • May merge inputs of different nodes as one

Things to pay attention to: I've introduced Node.make_input which uses missing input handler to create an input. Perhaps it may be merged with __call__.

Merge request reports