constructorAvailable
Constructor
Construct `telion_api.Feature` with the installed signature `(category: 'str', label: 'str', kind: 'str', raw: 'dict[str, Any]', parent: 'str | None' = None, _model: 'Any | None' = None) -> None`.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.Feature | — |
| signature | (category: 'str', label: 'str', kind: 'str', raw: 'dict[str, Any]', parent: 'str | None' = None, _model: 'Any | None' = None) -> None | — |
| return | telion_api.Feature | — |
Construct telion_api.Feature with the installed signature (category: 'str', label: 'str', kind: 'str', raw: 'dict[str, Any]', parent: 'str | None' = None, _model: 'Any | None' = None) -> None.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.Feature |
| signature | (category: 'str', label: 'str', kind: 'str', raw: 'dict[str, Any]', parent: 'str | None' = None, _model: 'Any | None' = None) -> None |
| return | telion_api.Feature |
Signature
Feature(category: 'str', label: 'str', kind: 'str', raw: 'dict[str, Any]', parent: 'str | None' = None, _model: 'Any | None' = None) -> None