constructorAvailable
Constructor
Construct `telion_api.SolutionFrame` with the installed signature `(name: 'str', model: 'Any', *, index: 'int', raw: 'dict[str, Any] | None' = None, x: 'dict[str, Any] | None' = None, system: 'AssembledSystem | None' = None) -> 'None'`.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.SolutionFrame | — |
| signature | (name: 'str', model: 'Any', *, index: 'int', raw: 'dict[str, Any] | None' = None, x: 'dict[str, Any] | None' = None, system: 'AssembledSystem | None' = None) -> 'None' | — |
| return | telion_api.SolutionFrame | — |
Construct telion_api.SolutionFrame with the installed signature (name: 'str', model: 'Any', *, index: 'int', raw: 'dict[str, Any] | None' = None, x: 'dict[str, Any] | None' = None, system: 'AssembledSystem | None' = None) -> 'None'.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.SolutionFrame |
| signature | (name: 'str', model: 'Any', *, index: 'int', raw: 'dict[str, Any] | None' = None, x: 'dict[str, Any] | None' = None, system: 'AssembledSystem | None' = None) -> 'None' |
| return | telion_api.SolutionFrame |
Signature
SolutionFrame(name: 'str', model: 'Any', *, index: 'int', raw: 'dict[str, Any] | None' = None, x: 'dict[str, Any] | None' = None, system: 'AssembledSystem | None' = None) -> 'None'