opto.trace.nodes.Node.expandable_dependencies

opto.trace.nodes.Node.expandable_dependencies#

property Node.expandable_dependencies#

The depended expandable nodes.

Notes

Expandable nodes are those who depend on parameters not visible in the current graph level. Ensure that the ‘_dependencies’ attribute is properly initialized and contains an ‘expandable’ key with a corresponding value before calling the expandable_dependencies function to avoid potential KeyError exceptions.