constructorAvailable
Constructor
Construct `telion_api.MeshProvenance` with the installed signature `(source_kind: 'str', source_path: 'str', sha256: 'str', scale: 'float', importer: 'str', raw: 'dict[str, Any]') -> None`.
Reference contract
| Field | Value | Description |
|---|---|---|
| symbol | telion_api.MeshProvenance | — |
| signature | (source_kind: 'str', source_path: 'str', sha256: 'str', scale: 'float', importer: 'str', raw: 'dict[str, Any]') -> None | — |
| return | telion_api.MeshProvenance | — |
Construct telion_api.MeshProvenance with the installed signature (source_kind: 'str', source_path: 'str', sha256: 'str', scale: 'float', importer: 'str', raw: 'dict[str, Any]') -> None.
Contract
| Property | Value |
|---|---|
| symbol | telion_api.MeshProvenance |
| signature | (source_kind: 'str', source_path: 'str', sha256: 'str', scale: 'float', importer: 'str', raw: 'dict[str, Any]') -> None |
| return | telion_api.MeshProvenance |
Signature
MeshProvenance(source_kind: 'str', source_path: 'str', sha256: 'str', scale: 'float', importer: 'str', raw: 'dict[str, Any]') -> None