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

python_export

Return Telion's backend-generated Python representation for this model.

Reference

FieldValueDescription
symboltelion_api.Model.python_export
signature(*, pretty: 'bool' = False, include_command_replay: 'bool' = True) -> 'dict[str, Any]'
returndict[str, Any]

Return Telion's backend-generated Python representation for this model.

Contract

PropertyValue
symboltelion_api.Model.python_export
signature(*, pretty: 'bool' = False, include_command_replay: 'bool' = True) -> 'dict[str, Any]'
returndict[str, Any]

Signature

telion_api.Model.python_export(*, pretty: 'bool' = False, include_command_replay: 'bool' = True) -> 'dict[str, Any]'