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