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

children

List child features under this feature. Physics handles default to domain and boundary children. Study handles default to solver features. For other handles, pass a category explicitly when the child relationship is meaningful to the model.

Reference

FieldValueDescription
symboltelion_api.Feature.children
signature(category: 'str | None' = None) -> "list['Feature']"
returnlist['Feature']

List child features under this feature. Physics handles default to domain and boundary children. Study handles default to solver features. For other handles, pass a category explicitly when the child relationship is meaningful to the model.

Contract

PropertyValue
symboltelion_api.Feature.children
signature(category: 'str | None' = None) -> "list['Feature']"
returnlist['Feature']

Signature

telion_api.Feature.children(category: 'str | None' = None) -> "list['Feature']"