some more ops

could we make subgraphs as ops or patterns like this?
This commit is contained in:
lda
2026-05-29 22:19:55 +07:00 Verified
parent c3ce74dd7b
commit 4211d1b7fa
7 changed files with 225 additions and 1 deletions
+4
View File
@@ -237,6 +237,10 @@ def test_wf_std_source_contains_authoring_ops() -> None:
"wf.std.last_item_or_none",
"wf.std.length",
"wf.std.is_empty",
"wf.std.filter_items",
"wf.std.filter_items_present",
"wf.std.extract_field",
"wf.std.concat",
}
assert set(specs) == expected