MetaNode
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__
.