Skip to documentation content
On this page
  1. Reference
  2. Contract
  3. Signature

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

FieldValueDescription
symboltelion_api.Solution
signature(name: 'str', model: 'Any', *, frames: 'Iterable[SolutionFrame]', system: 'AssembledSystem | None' = None, raw: 'dict[str, Any] | None' = None) -> 'None'
returntelion_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

PropertyValue
symboltelion_api.Solution
signature(name: 'str', model: 'Any', *, frames: 'Iterable[SolutionFrame]', system: 'AssembledSystem | None' = None, raw: 'dict[str, Any] | None' = None) -> 'None'
returntelion_api.Solution

Signature

Solution(name: 'str', model: 'Any', *, frames: 'Iterable[SolutionFrame]', system: 'AssembledSystem | None' = None, raw: 'dict[str, Any] | None' = None) -> 'None'
Constructor — Telion Python API 0.1.0 | Telion