methodAvailable
import_feature
Create a feature from a portable definition using real model commands.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.import_feature | — |
| signature | (definition: 'dict[str, Any]', label: 'str | None' = None, parent: 'str | None' = None) -> 'Feature' | — |
| return | Feature | — |
Create a feature from a portable definition using real model commands.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.import_feature |
| signature | (definition: 'dict[str, Any]', label: 'str | None' = None, parent: 'str | None' = None) -> 'Feature' |
| return | Feature |
Signature
telion_api.Model.import_feature(definition: 'dict[str, Any]', label: 'str | None' = None, parent: 'str | None' = None) -> 'Feature'