the first case of failure

This commit is contained in:
lda
2026-05-07 03:31:14 +07:00 Verified
parent 8d3b88c6e7
commit 0ef6590184
6 changed files with 661 additions and 9 deletions
+2 -1
View File
@@ -51,9 +51,10 @@ def coalesce(input: CoalesceInput) -> ValueOutput:
default_if_none = node(
coalesce,
name="authoring.default_if_none",
description="Alias for coalesce: return fallback only when value is None.",
)(coalesce)
)
"""Alias for coalesce with a more explicit name for None-defaulting workflows."""