Skip to documentation content
On this page
  1. Reference contract
  2. Contract
  3. Signature
  4. Authoritative source

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

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]'

Authoritative source

Catalog
python:telion_api.__all__
Identity
telion_api.Model.feature_categories
Path
sdk/python/telion_api/model.py
Symbol
telion_api.Model.feature_categories