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

clone

Clone this feature through Telion's generic feature command path.

Reference

FieldValueDescription
symboltelion_api.Feature.clone
signature(label: 'str | None' = None, parent: 'str | None' = None, include_children: 'bool' = True, **fields: 'Any') -> "'Feature'"
return'Feature'

Clone this feature through Telion's generic feature command path.

Contract

PropertyValue
symboltelion_api.Feature.clone
signature(label: 'str | None' = None, parent: 'str | None' = None, include_children: 'bool' = True, **fields: 'Any') -> "'Feature'"
return'Feature'

Signature

telion_api.Feature.clone(label: 'str | None' = None, parent: 'str | None' = None, include_children: 'bool' = True, **fields: 'Any') -> "'Feature'"