methodAvailable
feature_categories
Return all feature categories visible in the current model snapshot. Telion's typed Python helpers are conveniences on top of the generic feature API. This method keeps the generic layer forward compatible by including future feature-list collections from the snapshot even before the SDK has a dedicated helper method for them.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Model.feature_categories | — |
| signature | (self) -> 'list[str]' | — |
| return | list[str] | — |
Return all feature categories visible in the current model snapshot. Telion's typed Python helpers are conveniences on top of the generic feature API. This method keeps the generic layer forward compatible by including future feature-list collections from the snapshot even before the SDK has a dedicated helper method for them.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Model.feature_categories |
| signature | (self) -> 'list[str]' |
| return | list[str] |
Signature
telion_api.Model.feature_categories(self) -> 'list[str]'