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

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

FieldValueDescription
symboltelion_api.Model.feature_categories
signature(self) -> 'list[str]'
returnlist[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

PropertyValue
symboltelion_api.Model.feature_categories
signature(self) -> 'list[str]'
returnlist[str]

Signature

telion_api.Model.feature_categories(self) -> 'list[str]'