![]() |
Represents a placeholder for result of concatenation of multiple parts.
tfx.dsl.component.experimental.placeholders.ConcatPlaceholder(
items: List['CommandlineArgumentType']
)
Represents a placeholder that will be replaced at runtime with a single string containing the concatenated parts.
Methods
__eq__
__eq__(
other
) -> bool
Return self==value.
__ne__
__ne__(
other
) -> bool
Return self!=value.