resolve_fully_coupled

omni.graph.core.resolve_fully_coupled(attributes: Sequence[Attribute]) None

Resolves attribute types given a set of attributes which are fully type coupled. For example if node ‘Increment’ has one input attribute ‘a’ and one output attribute ‘b’ and we want the types of ‘a’ and ‘b’ to always match. This function will take under consideration the available conversions

This function should only be called from `on_connection_type_resolve`.

Parameters

attributes – list of extended attributes to be resolved