constructorAvailable
Constructor
Construct `telion_api.ComponentRef` with the installed signature `(feature: 'Feature', ports: 'dict[str, PortRef]') -> None`.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.ComponentRef | — |
| signature | (feature: 'Feature', ports: 'dict[str, PortRef]') -> None | — |
| return | telion_api.ComponentRef | — |
Construct telion_api.ComponentRef with the installed signature (feature: 'Feature', ports: 'dict[str, PortRef]') -> None.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.ComponentRef |
| signature | (feature: 'Feature', ports: 'dict[str, PortRef]') -> None |
| return | telion_api.ComponentRef |
Signature
ComponentRef(feature: 'Feature', ports: 'dict[str, PortRef]') -> None