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

clone_feature

Clone a feature and optional children through the generic command path.

Clone a feature and optional children through the generic command path.

Contract

PropertyValue
symboltelion_api.Model.clone_feature
signature(feature: 'Feature', label: 'str | None' = None, parent: 'str | None' = None, include_children: 'bool' = True, **fields: 'Any') -> 'Feature'
returnFeature

Signature

telion_api.Model.clone_feature(feature: 'Feature', label: 'str | None' = None, parent: 'str | None' = None, include_children: 'bool' = True, **fields: 'Any') -> 'Feature'
clone_feature — Telion Python API 0.1.0-alpha | Telion