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