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

Solution

A Telion solution containing one or more runtime-stored frames.

Reference contract

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

A Telion solution containing one or more runtime-stored frames.

Contract

PropertyValue
symboltelion_api.Solution
moduletelion_api.model
constructor(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
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Solution