methodAvailable
python_export
Return Telion's backend-generated Python representation for this model.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.python_export | — |
| signature | (*, pretty: 'bool' = False, include_command_replay: 'bool' = True) -> 'dict[str, Any]' | — |
| return | dict[str, Any] | — |
Return Telion's backend-generated Python representation for this model.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.python_export |
| signature | (*, pretty: 'bool' = False, include_command_replay: 'bool' = True) -> 'dict[str, Any]' |
| return | dict[str, Any] |
Signature
telion_api.Model.python_export(*, pretty: 'bool' = False, include_command_replay: 'bool' = True) -> 'dict[str, Any]'