TagPropagation
Kind: Class
Domain: Other public symbols
Canonical import: from cadflow import TagPropagation
Signature
class TagPropagation(topology: 'TopologyPropagation | str' = <TopologyPropagation.LOCAL: 'local'>, lineage: 'LineagePolicy | str' = <LineagePolicy.CONTINUATION_FRAGMENT: 'continuation_fragment'>, explicit_derivations: 'Tuple[LineageDerivation | str, ...]' = ()) -> None
Description
TagPropagation(topology: 'TopologyPropagation | str' = <TopologyPropagation.LOCAL: 'local'>, lineage: 'LineagePolicy | str' = <LineagePolicy.CONTINUATION_FRAGMENT: 'continuation_fragment'>, explicit_derivations: 'Tuple[LineageDerivation | str, ...]' = ())
Parameters
| Name | Type | Required | Default | Source description |
|---|---|---|---|---|
topology | 'TopologyPropagation | str' | no | <TopologyPropagation.LOCAL: 'local'> | Not explicitly described in the source docstring. |
lineage | 'LineagePolicy | str' | no | <LineagePolicy.CONTINUATION_FRAGMENT: 'continuation_fragment'> | Not explicitly described in the source docstring. |
explicit_derivations | 'Tuple[LineageDerivation | str, ...]' | no | () | Not explicitly described in the source docstring. |
Returns
Type: None
The source docstring does not declare additional return semantics.
Errors
The source docstring does not declare a narrower exception contract. Invalid types, values, ownership, paths, or backend state may still raise the corresponding public error.
Data fields
| Name | Type | Default |
|---|---|---|
topology | 'TopologyPropagation | str' | <TopologyPropagation.LOCAL: 'local'> |
lineage | 'LineagePolicy | str' | <LineagePolicy.CONTINUATION_FRAGMENT: 'continuation_fragment'> |
explicit_derivations | 'Tuple[LineageDerivation | str, ...]' | () |
Public members
| Member | Kind | Signature | Description |
|---|---|---|---|
from_dict | class method | (cls, data: 'Mapping[str, Any]') -> "'TagPropagation'" | See the member signature. |
to_dict | method | (self) -> 'Dict[str, Any]' | See the member signature. |
Behavior and constraints
- Instances are immutable dataclass values; update workflows return a replacement value.
Import check
from cadflow import TagPropagation