Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

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

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'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Solution.__init__
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Solution