MCPcopy Index your code
hub / github.com/google/adk-python / parent_b

Function parent_b

tests/unittests/workflow/test_workflow_dynamic_nodes.py:661–663  ·  view source on GitHub ↗
(*, ctx, node_input)

Source from the content-addressed store, hash-verified

659
660 @node(rerun_on_resume=True)
661 async def parent_b(*, ctx, node_input):
662 result = await ctx.run_node(child, node_input='interrupt')
663 yield f'b: {result}'
664
665 from google.adk.workflow import JoinNode
666

Callers

nothing calls this directly

Calls 1

run_nodeMethod · 0.80

Tested by

no test coverage detected